I have a page that the client hits the run test button and there is an intense amount of stored procedures that run - I want to be able to redirect or display an ani gif that say's please wait with a moving hour glass so they don't keep hitting the run test button and they know something is happening - I looked around the web but couldn't find any working code... Anyone that can help would be a blessing...
thanks
rich

How can I add a please wait page while doing heavy db transactions
llima
thanks
rich
pln
thanks
rich
Steve Austin
http://codebetter.com/blogs/sahil.malik/articles/131086.aspx
Brian123456
rich
donjuawnu
This may be what you are looking for The code to do this seems a bit complex though...
http://www.c-sharpcorner.com/Code/2002/Nov/ThreadPoolGifs.asp
Most implementations seem to use timer, or threadpool
Frank153
This is an asp.net web page calling another asp .net or post back to itself -- either way I can not get it working
aleksandar uzelac