更新面板触发其他更新面板进度指示器?

发布于 2024-08-02 07:49:53 字数 118 浏览 1 评论 0原文

我在一页上有两个更新面板,并且都打开了 UpdateProgress 控件 - 但无论我单击哪一个...它都会触发两个更新进度控件?无论如何要停止此操作,以便只有单击按钮的面板上的 updateprogress 才会触发。

I have two update panels on one page, and both with UpdateProgress controls on - But whichever one I click... It triggers BOTH update progress controls?? Anyway to stop this so only the updateprogress triggers on the panel the button has been clicked on.

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

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

发布评论

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

评论(1

ま柒月 2024-08-09 07:49:53

将每个 UpdatePanel 上的 UpdateMode 属性更改为 Conditional 可能会有所帮助。

更新模式=“有条件”

Changing the UpdateMode property on each UpdatePanel to Conditional might help.

Updatemode="Conditional"

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