是否可以将 UpdateProgress 与多个 UpdatePanel 关联(但不是全部)?
我的页面上有 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
就目前情况而言,你不能这样做。
事实上有一种方法,但你必须做很多工作才能做到这一点...
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...
只需将 AssociatedUpdatePanelID 留空即可
just leave the AssociatedUpdatePanelID blank