ASP.Net UpdatePanel无法在IE 11中运行 [英] ASP.Net UpdatePanel not working in IE 11

查看:61
本文介绍了ASP.Net UpdatePanel无法在IE 11中运行的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有很多Asp.net更新面板< asp:UpdatePanel>在我的asp.net Web应用程序中。在所有浏览器中正常工作接受我们的客户端下载IE11在Windows 7机器。现在在IE11更新面板不会触发回发

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

推荐答案

我也有同样的问题然后我知道IE 11刚刚启动了Windows 8.1,所以我们将不得不等待下一个版本的AJAXControlToolkit,

然后通过goggling我发现我的解决方案看到这个 http://blogabhijeet.blogspot.in/2013/10/ie11-and-windows-81-solution-for.html [ ^ ]
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[^]


我的机器中没有IE11。我认为很难找到解决方案因为IE11是新的。



或者你可以使用 META 来使用IE11作为较低版本。

使用元标记确保未来的兼容性 [ ^ ]
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[^]


强制即在comp模式下工作。



只需在头标记之后添加此行



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


这篇关于ASP.Net UpdatePanel无法在IE 11中运行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆