G
glbdev
Hi.
I have a web page which is running a stored procedure. This page has a
graphic on it so the user knows something is running and the page is
not frozen.
This query runs for approx 40 seconds. I would like to be able to
display the HTML (graphic) before running this sproc. As it is right
now, the page just sits blank until the stored procedure is done.
After the procedure runs it redirects it to another page.
Is there somewhere else besides "Page_Load" where I can put the call to
this sproc that it will run it after the HTML has been displayed?
Thanks!
- Gary
I have a web page which is running a stored procedure. This page has a
graphic on it so the user knows something is running and the page is
not frozen.
This query runs for approx 40 seconds. I would like to be able to
display the HTML (graphic) before running this sproc. As it is right
now, the page just sits blank until the stored procedure is done.
After the procedure runs it redirects it to another page.
Is there somewhere else besides "Page_Load" where I can put the call to
this sproc that it will run it after the HTML has been displayed?
Thanks!
- Gary