What I'm doing appears to work, but maybe there is a better way?
I have a combo box, when the user changes the selection in that combo box I need to change some text labels. All this happens on Default.aspx.
So what I have done is set AutoPostBack to be true for the ComboBox and then when I get a Page_Load which IsPostBack I change the labels according to what the user has selected in the combobox.
Is that a valid sequence?
Go to the complete details ...