Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

asp.net Dropdownlist onselectedIndexChanged does not fire in IE 10

I have simple (no ajax, no update panels) Asp.net application with a form which contains a server side DropdownList control. It works fine in all browsers except IE 10. DropdownList does not fire OnSelectedIndexChanged event. If I enable Compatibility view in IE 10 again it works. But I'm not able to get it working for normal mode in IE 10.

I read - .NET DropDownList SelectedIndexChange Event Not Firing in IE 10 and subsequent links in the answers. But nothing has helped yet. Anybody else has encountered this issue before?

like image 640
Codie Avatar asked Nov 21 '25 04:11

Codie


1 Answers

yes it wont work... it is IE10 draw-back.

To make it work properly, you need to make you application IE10 compatible by adding a file "ie.browser" in App_Browser folder... Check this out

like image 143
salah9 Avatar answered Nov 22 '25 19:11

salah9



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!