UnLoad Event

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
 
S

Steve C. Orr, MCSD

Yes, the HTML has already been completely rendered by the time the
Page_Unload event fires.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,995
Messages
2,570,228
Members
46,816
Latest member
nipsseyhussle

Latest Threads

Top