If you have an update progress that covers your entire page(If you want one, let me know). And you have a modal popup panel that has controls that causes post back, like a button or a drop down. You might end up in a situation where your update progress appears behind the modal pop up panel. To get out of this situation, you just need a few changes.
- Set the style, z-index = 1 for the modal pop up panel.
- Set the style, z-index = 99999 for the update progress.
You are all done. Go ahead and try it out.
Awesome you saved my time
ReplyDelete