是否可以将 UpdateProgress 与多个 UpdatePanel 关联(但不是全部)?

发布于 2024-08-31 05:55:59 字数 198 浏览 10 评论 0原文

我的页面上有 3 个 UpdatePanels 和 1 个 UpdateProgress。我希望它与 2 个 UpdatePanels 关联,但不与第三个关联。 AssociatedUpdatePanelID 属性仅允许 1 个 ID。所以,这是其中之一或全部。还有别的办法吗?

I have 3 UpdatePanels on my page, and 1 UpdateProgress. I would like it to be associated with 2 of the UpdatePanels but not the third one. The AssociatedUpdatePanelID property only allows for 1 ID. So,It's one or all of them. Is there another way?

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

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

发布评论

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

评论(2

空宴 2024-09-07 05:55:59

就目前情况而言,你不能这样做。

事实上有一种方法,但你必须做很多工作才能做到这一点...

http://vincexu.blogspot.com/2008/10/how-to-make-modalupdate-progress-bar-on.html

你会在其中找到一个脚本,问题是您必须决定显示或现在显示进度,具体取决于 e.get_postBackElement().id。控制控制...

As it is right now, you cant do that.

well in fact there is a way, but you will have to do a lot of work to do it...

http://vincexu.blogspot.com/2008/10/how-to-make-modalupdate-progress-bar-on.html

you will find a script in this, the problem is that you will have to decide to show of now show the progress depending of the e.get_postBackElement().id. control by control...

海风掠过北极光 2024-09-07 05:55:59

只需将 AssociatedUpdatePanelID 留空即可

just leave the AssociatedUpdatePanelID blank

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