I\'ve a simple asp.net page (framework 3.5) and an UpdatePanel with a series of dropdownlist I want to populate asyncronously. All works fine in all major browsers (Opera, S
I just ran into a similar problem today (although I wasn't using Ajax), and found a fix. See the third comment down on this blog post.