Postback上的Asp.UpdatePanel在Mozilla上工作正常但在其他broswers上无法正常工作 [英] Asp.UpdatePanel on Postback is working fine on Mozilla but on Other broswers not working

查看:81
本文介绍了Postback上的Asp.UpdatePanel在Mozilla上工作正常但在其他broswers上无法正常工作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的朋友们



我遇到了Asp Update Panel的问题当我使用Mozilla浏览器时工作正常

但在其他浏览器上它无法正常工作(Chrome,IE 10)





请提供解决方案..

谢谢

Dear Friends

I have facing an issue with Asp Update Panel When i use Mozilla Browser its working fine
but on Other Browser it not working (chrome ,IE 10)


Kindly Provide me Solution..
Thanks

推荐答案

if you are not using feature of ie10 then Use it
<meta http-equiv="X-UA-Compatible" content="IE=9">

 for google chrome add this reference
<asp:scriptmanager id="ScriptManager1" runat="server">
<scripts>
    <asp:scriptreference path="~/javascript/WebKit.js">
    </asp:scriptreference>
</scripts>
</asp:scriptmanager>


这篇关于Postback上的Asp.UpdatePanel在Mozilla上工作正常但在其他broswers上无法正常工作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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