C
Chris Ashley
I have a multithreaded ASPX page. I launch a thread in the Page_Load
event and this causes the page to continue execution to the end of the
Page_Load method where it then sends the output to the browser. What I
would like is for the page to only be sent to the browser when I
explicitly choose for it to be sent, so I can trigger an event from my
second thread to output the page. Is this possible?
event and this causes the page to continue execution to the end of the
Page_Load method where it then sends the output to the browser. What I
would like is for the page to only be sent to the browser when I
explicitly choose for it to be sent, so I can trigger an event from my
second thread to output the page. Is this possible?