Ajax 更新面板 - 如何设置最大更新时间?
这对于我的 Web 应用程序来说并不常见,但用户可以在 UpdatePanel 内加载非常长的进程。
他会等待它通过 UpdateProcessing 加载内容。
问题是因为更新面板在一段时间后中止加载并完全破坏了网络应用程序。
怎样才能让这个Ajax控件平静下来呢?
offtopic:当我什至没有修复时,另一个ajax问题 他们的组合框出现问题
That isn't usual for my WebApplication, but user can load really long process inside UpdatePanel.
And he will wait it looking on loading via UpdateProcessing stuff.
The trouble is because Update Panel Aborts loading after some time and totally breaking web application.
How can I calm down this Ajax control ?
offtopic : another ajax trouble when I even didn't fixed the trouble with their ComboBox
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在脚本管理器上,设置 AsyncPostBackTimeout。该值应以秒为单位。例如:
http://msdn.microsoft。 com/en-us/library/system.web.ui.scriptmanager.asyncpostbacktimeout.aspx
On the Script manager, set the AsyncPostBackTimeout. The value should be in seconds. For example:
http://msdn.microsoft.com/en-us/library/system.web.ui.scriptmanager.asyncpostbacktimeout.aspx
ASP.NET UpdatePanel 超时
ASP.NET UpdatePanel Time Out