qberta01
Programmer
- Nov 14, 2005
- 113
This is a simple question, I think.
I want to build an ASP page that collects data on submit and goes to another page for processing.The processing page will execute a proc on the SQL server and then redirect back to the original page giving a message to the
user that the step has been completed.
It can take several minutes for the proc to complete. Is it possible for the redirect to occur, giving my users the "this step is complete" message before the proc has finished executing? In other words, I don't want them to get all excited and go to step 2 before step 1 is done.
Thx!
Q
I want to build an ASP page that collects data on submit and goes to another page for processing.The processing page will execute a proc on the SQL server and then redirect back to the original page giving a message to the
user that the step has been completed.
It can take several minutes for the proc to complete. Is it possible for the redirect to occur, giving my users the "this step is complete" message before the proc has finished executing? In other words, I don't want them to get all excited and go to step 2 before step 1 is done.
Thx!
Q