Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
Dear Friends,

I have created a webpage with Dropdownlist box.
I am calling a function on onSelectedIndexChanged.
It works fine in Crome but it is not working in IE10.
Kindly suggest me or guide.
Posted
Comments
Nandakishore G N 1-Oct-13 9:45am    
sometimes textchanged and selectedindexchanged wont work in ie. add p3p header in iis and try.

1 solution

There is a bug fix for that.Check below mentioned links for more info.

Bug and Fix: ASP.NET fails to detect IE10 causing _doPostBack is undefined JavaScript error or maintain FF5 scrollbar position


http://www.hanselman.com/blog/BugAndFixASPNETFailsToDetectIE10CausingDoPostBackIsUndefinedJavaScriptErrorOrMaintainFF5ScrollbarPosition.aspx[^]

SOF Link:

http://stackoverflow.com/questions/16914538/asp-net-dropdownlist-onselectedindexchanged-does-not-fire-in-ie-10[^]

I hope this will help to you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900