Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
_doPostback() not working in IE 9, 10, 11 Framework 4.0
Posted

1 solution

Try using __doPostback() instead of _doPostback()?

And Please check if the __doPostback() function is present or not in the page by looking into the page's view source.
 
Share this answer
 
Comments
Member 10515941 12-Jan-14 23:19pm    
Thanks for the reply.
I am using __doPostback() and it works fine in Firefox but in IE 9,10,11 it is still not working.

Any solutions......
Deviprasad Das 14-Jan-14 3:27am    
Check the following link
http://www.hanselman.com/blog/BugAndFixASPNETFailsToDetectIE10CausingDoPostBackIsUndefinedJavaScriptErrorOrMaintainFF5ScrollbarPosition.aspx

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