In IE 10, when a drop down list selected item is changed, nothing happens i.e SelectedIndexChanged
is not being fired. It works when I change to IE 10 Compatability View. Please suggest if anyone faced this issue. Thanks
I have followed http://www.hanselman.com/blog/BugAndFixASPNETFailsToDetectIE10CausingDoPostBackIsUndefinedJavaScriptErrorOrMaintainFF5ScrollbarPosition.aspx and added a App_Browser folder to my project. Manually added the .browser files. But still it is not working. Anything else is required to be done?