C
Ceri
I am running an ASP.Net project that runs 30 lengthy SQL Stored
Procedures (each takes around 20 seconds to complete). As each Stored
Procedure completes, I want to indicate in a table cell that it has
completed by merely inserting the word "Complete" into the table cell.
I would love to know if there is a way of updating each cell
dynamically, without having to re-post the page, so that the word
"Complete" appears as soon as each procedure ends, rather than having
to wait for for all 30 procedures to end, and then the 30 cells
appearing with the word "Complete" in them.
Procedures (each takes around 20 seconds to complete). As each Stored
Procedure completes, I want to indicate in a table cell that it has
completed by merely inserting the word "Complete" into the table cell.
I would love to know if there is a way of updating each cell
dynamically, without having to re-post the page, so that the word
"Complete" appears as soon as each procedure ends, rather than having
to wait for for all 30 procedures to end, and then the 30 cells
appearing with the word "Complete" in them.