M
Mark
I'm building a web utility to do some processing that will run for several
hours. Assume I have a valid reason for using the web for the utility.
During the process I'd like to display an update on the job's status while
not stopping the process that is running. It does not need to be pretty.
I'd be quite happy with a quick Response.Write("Job has finished consuming
300 of 9356 bananas"); or similar. I don't care if the message is replaced
or appended to.
What is the easiest (doesn't need to be pretty on the UI) method for posting
information back to the page while continuing to process?
Thanks!
Mark
hours. Assume I have a valid reason for using the web for the utility.
During the process I'd like to display an update on the job's status while
not stopping the process that is running. It does not need to be pretty.
I'd be quite happy with a quick Response.Write("Job has finished consuming
300 of 9356 bananas"); or similar. I don't care if the message is replaced
or appended to.
What is the easiest (doesn't need to be pretty on the UI) method for posting
information back to the page while continuing to process?
Thanks!
Mark