想要在 ModalPopExtender 之上显示更新进度控件
我有一个带有更新面板和更新进度控件的内容页面。当页面回发时,更新进度控件会正确显示。我现在已向页面添加了一个模态弹出扩展器。当从模态弹出扩展器触发回发时,将显示更新进度控件,但位于模态弹出扩展器下方。
如何强制更新进度控件显示在顶部?
I have a content page with an Update Panel and a Update Progress controls. The Update Progress control is properly displayed when the page posts back. I have now added a Modal Popup Extender to the page. When a post back is fired from the Modal Popup Extender, the Update Progress control is displayed, but underneath the Modal Popup Extender.
How can I force the Update Progress control to appear on top?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过 CSS 增加
UpdateProgress
的z-index
。编辑:添加 !important 规则,只是为了安全起见边。
Increase the
z-index
of theUpdateProgress
via CSS.Edit: Added !important rule, just to be on the safe side.