I am facing a problem on IE10 with ASP.NET controls that requires JavaScript post back[like, link button].
It is properly working on the IE9 version as well as on IE10 Compatibility mode. But on the IE10 standard mode, it is giving below error. SCRIPT5009: '__doPostBack' is undefined
[I have created a demo project with a simple asp:link button that redirects to another page.]
Tried the solution, but didn't work for me
Can anyone suggest fix for this?
See Question&Answers more detail:os