UpdatePanel 服务器反应慢

发布于 2024-09-25 08:54:58 字数 317 浏览 0 评论 0原文

我有一个更新面板,当我单击复选框时,它会显示或隐藏新控件。但问题是速度非常慢。从点击复选框到视觉反应发生几乎2秒就过去了。

我认为这是由于异步回调造成的。客户端似乎在每次回调触发之间等待 1-2 秒。这是真的吗?如果是,是否有一个设置可以使服务器回调立即发生?

编辑 看来我遇到了一个已知的错误,但提供的修复对我不起作用: http://support.microsoft.com/?kbid=2000262

I have an updatepanel which displays or hides a new control when I click a checkbox. But the problem is that is is very slow. From the click of the checkbox until the visual reaction occurs almost 2 seconds are gone.

I think this is due to the asynchonous callback. The client seem to wait 1-2 between each callback to fire. Is this true? If yes, is there a setting which makes callbacks to the server occur in instant time?

EDIT It seems i've hit a known bug, but the offered fix doesn't work for me:
http://support.microsoft.com/?kbid=2000262

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

放飞的风筝 2024-10-02 08:54:58

看来DevExpress的UpdatePanel在其最新版本中解决了这个问题。

It seems that the UpdatePanel of DevExpress solved the problem in its latest version.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文