R
Ron Vecchi
Does a page either dump all control rendering html to the response buffer
prior to the UnLoad event?
Basically I want everything sent to the browser before I execute some
possibly long sql queries.
I am thinking I could execute the queries in the Page_UnLoad event if
everything that will be sent to the browser has been either dumped into a
buffer in which I could flush it , or already sent to the browser.
I know I could open a new thread and execute the query but why do that when
the page is already rendered.
Any Ideas
Thanks,
Ron Vecchi
prior to the UnLoad event?
Basically I want everything sent to the browser before I execute some
possibly long sql queries.
I am thinking I could execute the queries in the Page_UnLoad event if
everything that will be sent to the browser has been either dumped into a
buffer in which I could flush it , or already sent to the browser.
I know I could open a new thread and execute the query but why do that when
the page is already rendered.
Any Ideas
Thanks,
Ron Vecchi