Ajax UpdatePanel Flicks!
-
I have 2-3 dropdownlist and a button in updatepanel button event fill dropdownlist with some data. Uptil here its fine but I don't know why it flicks! I did the same thing somewhere else n it doesn't flicks there. Any idea what could be the problem. Thanks
-
I have 2-3 dropdownlist and a button in updatepanel button event fill dropdownlist with some data. Uptil here its fine but I don't know why it flicks! I did the same thing somewhere else n it doesn't flicks there. Any idea what could be the problem. Thanks
Even if you use normal JavaScript to load static items in Dropdownlist, the IE will flicker. Because Dropdownlist/Combo box is Windowed Control and the rendering would be different in IE. This is a bug in IE, which is fixed in IE 7. So, there is nothing to panic... There is nothing wrong with the UpdatePanel too...
Regards, Venkatesh Mookkan. Software Engineer, India My: Website | Yahoo Group | Blog Spot
-
Even if you use normal JavaScript to load static items in Dropdownlist, the IE will flicker. Because Dropdownlist/Combo box is Windowed Control and the rendering would be different in IE. This is a bug in IE, which is fixed in IE 7. So, there is nothing to panic... There is nothing wrong with the UpdatePanel too...
Regards, Venkatesh Mookkan. Software Engineer, India My: Website | Yahoo Group | Blog Spot