Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

.NET DropDownList SelectedIndexChange Event Not Firing in IE 10

In IE 10, when a drop down list selected item is changed, nothing happens. It doesn't post back. All other controls work except for drop down lists.

It appears to work when I switch to IE 10 compatibility mode.

like image 324
William Avatar asked Nov 28 '12 22:11

William


2 Answers

Scott Hanselman explains this on his blog.

http://www.hanselman.com/blog/BugAndFixASPNETFailsToDetectIE10CausingDoPostBackIsUndefinedJavaScriptErrorOrMaintainFF5ScrollbarPosition.aspx

like image 88
user1616625 Avatar answered Oct 26 '22 10:10

user1616625


Do you have the ASP.net Hotfix for IE10 installed?

like image 41
Michael Stum Avatar answered Oct 26 '22 10:10

Michael Stum