Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am facing a problem on IE10 with .NET Framework 3.5 SP1

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

IE10_error screen

Tried the solution, but didn't work for me

Can anyone suggest fix for this?

Thanks in advance
Posted
Comments
[no name] 12-Apr-13 11:46am    
I had the same issue with one application and had to change link buttons with the image buttons.

Try the below stuff.

Add a folder named App_Browsers in your websites root.Find "ie.browser" for IE10 latest on google or ask me to send you if you can not find it.
put the tag below just under section(it should be the first tag under Head section) in Master pages.

Reset iis.

Close the IE browser if opened then relaunch the website.

For any help contact me at
amitsrivastava81@gmail.com
 
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