更新面板在FireFox中不起作用 [英] Update panel is not working in FireFox

查看:74
本文介绍了更新面板在FireFox中不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Master页面中有一个ScriptManager。我创建了一个内容页面。



我使用AsyncPostBackTime = 999999.它在IE中工作正常,但在Firefox中不起作用。



< asp:ScriptManager ID =   ScriptManager1  runat =   server AsyncPostBackTimeout =    111111111 ScriptMode =   Release< /跨度>的EnablePartialRendering = <跨度类= 代码串>  <跨度类= 代码串 >真 LoadScriptsBeforeUI = <跨度类= 代码串>  true 
/>





I我得到如下错误:



Sys.WebForms.PageRequestManagerTimeoutException:Sys.WebForms.PageRequestManagerTimeoutException:服务器请求超时



如果我删除了AsyncPostBackTime属性,它在所有浏览器中工作正常,但它会给出超时错误。



谢谢

解决方案
的误差本身描述的一切。 Sys.WebForms.PageRequestManagerTimeoutException 通常由PageRequestManager类升高时异步回发必须返回一个错误超过指定的处理时间(默认时间为90秒)。您也可以参考 AsyncPostBackTimeout问题。希望它有所帮助。


I have one ScriptManager in Master page. I have created one content page.

I ma using AsyncPostBackTime = 999999. It is working fine in IE but not working in Firefox.

<asp:ScriptManager ID="ScriptManager1" runat="server" AsyncPostBackTimeout="111111111"  ScriptMode="Release"    EnablePartialRendering="true" LoadScriptsBeforeUI="true"
           />



I am getting below error:

Sys.WebForms.PageRequestManagerTimeoutException: Sys.WebForms.PageRequestManagerTimeoutException: The server request timed out.

If I remove the AsyncPostBackTime property the it is working fine in all the browser but it gives time out error.

Thanks

解决方案

The error itself describes everything.Sys.WebForms.PageRequestManagerTimeoutException is usually raised by the PageRequestManager class to return an error when an asynchronous postback has exceeded the specified time for processing(Default time is 90 seconds). Also you can refer to AsyncPostBackTimeout problem. Hope it helps.


这篇关于更新面板在FireFox中不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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