Developer2U
Programmer
First, I am using C#/Visual Studio 2003.
I have a data entry webform that contains several drop down lists. I am populating the lists dynamically on the page !Ispostback method. I have a dropdownlist that the user selects from. On the selectedindexchanged event I populate the controls on the form with data from a database record.
This all works, however, what I don't like is the page jumbles (e.g. the dropdowns look like they jump up and down) on the postback, such as on the selectedindexchanged event.
I am only using the autopostback property on the search dropdown. I have disabled autopostback on the other dropdowns.
How can I minimize or reduce this jumbling effect on postback? I hope I have been clear on this. What would be causing this behavior? I'm only populating the dropdowns on the page_load isnotpostback.
Thanks
I have a data entry webform that contains several drop down lists. I am populating the lists dynamically on the page !Ispostback method. I have a dropdownlist that the user selects from. On the selectedindexchanged event I populate the controls on the form with data from a database record.
This all works, however, what I don't like is the page jumbles (e.g. the dropdowns look like they jump up and down) on the postback, such as on the selectedindexchanged event.
I am only using the autopostback property on the search dropdown. I have disabled autopostback on the other dropdowns.
How can I minimize or reduce this jumbling effect on postback? I hope I have been clear on this. What would be causing this behavior? I'm only populating the dropdowns on the page_load isnotpostback.
Thanks