Click here to Skip to main content
15,912,756 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have many Asp.net update panels <asp:UpdatePanel> in my asp.net web application. which were working fine in all browsers accept one of our client downloaded IE11 in there windows 7 machine. Now in IE11 Update panel does not fires post back
Posted

i am also having same problem and then i got to know IE 11 has been just launched with windows 8.1, so we'll have to wait for next release of AJAXControlToolkit,
but then by goggling i have found i solution see this http://blogabhijeet.blogspot.in/2013/10/ie11-and-windows-81-solution-for.html[^]
 
Share this answer
 
Comments
thatraja 12-Nov-13 7:09am    
Take a 5!
thatraja 12-Nov-13 7:20am    
but nothing special from me :)
I don't have IE11 in my machine. I think it's tough to find solution for this as IE11 is new one.

Alternatively you could use META to use IE11 as lower versions.
Use the Meta Tag to Ensure Future Compatibility[^]
 
Share this answer
 
force ie to work in comp mode.

just add this line just after the head tag

<meta http-equiv="X-UA-Compatible" content="IE=9" />


it worked for me
 
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