i wrote a custom UpdateProgress which is transparent and displays on
top of everything in UpdatePanel.
using System.Threading.Thread.Sleep and then output some javascript. I
don't see why Sleep won't work
in the custom updateprogress, i register the script
Sys.WebForms.PageRequestManager.getInstance().add_initializeRequest(....
and
Sys.WebForms.PageRequestManager.getInstance().add_endRequest(.....
when init, the control will get the updatepanel dimensions and
position. endrequest will tell my control to execute the function
required to display the progress bar or spin gif.
> In my web application, an authenticated user can edit a lot of
> personal information and then finally can click on Update/Save button
[quoted text clipped - 22 lines]
> So, if I don't wanna redirect to a different page where one can use
> meta page refresh property to set the delay timemout, what can we do?
gnewsgroup - 04 Dec 2007 13:16 GMT
> i wrote a custom UpdateProgress which is transparent and displays on
> top of everything in UpdatePanel.
[quoted text clipped - 12 lines]
> position. endrequest will tell my control to execute the function
> required to display the progress bar or spin gif.
Nick,
Thank you so much, but do you mind giving us more details? Especially
you left out the parameters for initializeRequest and endRequest.
Also, where do you really register the script? You said it is in the
custom UpdateProgress control. I am not sure what it is.