I've got it to work with just an image being centered in the window but I'd like to use a div or iframe to fade the rest of the page.
a div didn't work in IE and the iframe didn't work at all (either firefox or IE).
I have this and its working for me.
<atlas:UpdateProgressID="UpdateProgress1"runat="server"><ProgressTemplate><tablestyle="position:absolute; width:100%; height:100%; z-index:100; background-color:Transparent;"><tr><tdalign="center"><divstyle="width:300px; height:200px;"class="internal"><br/><br/><br/><br/><br/><br/><imgalt=""src="Images/indicator.gif"/> Processing...</div></td></tr></table></ProgressTemplate></atlas:UpdateProgress>
It works in IE and also in FF.
Hope this helps!
Check this one out:
http://www.codeproject.com/useritems/ModalUpdateProgress.asp
Ricardo, I am using yourUpdateProgress code sample for a modal update progress, it is simple and it works well.
Now I want to know how can I have a 'Cancel' button that just stops the request? You see the 'abortButton' seems to reload the orginal request. How could I create my own button for this?
Cheers,
Peter Meadwww.petermeadit.net
Wow,
This is the post that just keeps on giving.
More than a year after you posted this you have solved my problem.
Thanks Ricardo.
Mark
No comments:
Post a Comment