Hi *,
I have a drop down list which is sitting inside an update panel. The drop down list is set to auto-postback when the selected index is changed, but this action doesn't repopulate the list items (it just sets some other controls' properties). I guess the list items are just persisted through the viewstate. Also, during the update panel refresh I display an animated gif progress bar.
The ddl populates without problem initially, but I get into trouble when I change the selected index. Ultimately, it leads to the browser hanging (so much that the animated gif just becomes still for about 15min). I've traced through all server behavior on the partial postback and it seems to execute this pretty quickly. Also, I can comment out all the server event handling code and I get the same result.
If I remove the update panel, everything works fine. I guess it must be some client side wierdness.
(also has the same results for IE6 and 7)
Any suggestions?
Thanks!