This is a migrated thread and some comments may be shown as answers.

preserve values of combo box when page postback

1 Answer 71 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Golu
Top achievements
Rank 1
Golu asked on 01 May 2009, 04:59 AM
Dear sir,

I have an combo boxs to fill Country,state, city at client side,..the problem is when page goes postback its selected values is lost.
how can I stop it?

thanks and reagrds,
Neha

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 05 May 2009, 01:55 PM
Hello Neha,

Go through the following demo which explains on using commitChanges method to submit client changes to the server so that these changes are persisted after postback i.e., combo.commitChanges().
ComboBox

Thanks
Princy.
    

Tags
ComboBox
Asked by
Golu
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or