Maybe you want to look into delegating that task to another process, and the
page refreshes itself every few seconds to show the end user a progress bar
or something like that. Long running processes that are oltp based are
always clumsy in Asp.net :-/
That'll keep them busy, but If you really wanna entertain them, maybe you
could show them a blonde joke at every page refresh (just kidding).
- Sahil Malik
You can reach me thru my blog
http://www.dotnetjunkies.com/weblog/sahilmalik
"mw" <ci*@compuserve.com> wrote in message
news:ZGJbd.90465$a85.38249@fed1read04...
I'm writing an application that's going to do alot of processing while the
user is waiting, (imagine sitting and waiting while the server/background
processing is occurring). What's the best way to entertain the user (e.g.
show them something's happening - e.g. animated gif progress bar or
something) and then automatically show the "done" page when the processing
is finished.
Thanks!