S
Shawn
Hi.
I have two pages, page1.aspx and page2.aspx. In page1.aspx I start a new
thread that starts a process that might take 1-2 minutes. I want to use
page2.aspx to check the status of this thread. How can I retrieve the
thread I started up in page1.aspx? I've noticed that the thread has a
ManagedThreadId propery. Can I somehow use this to get a hold of the thread
again?
I'm using VS 2005
Thanks,
Shawn
I have two pages, page1.aspx and page2.aspx. In page1.aspx I start a new
thread that starts a process that might take 1-2 minutes. I want to use
page2.aspx to check the status of this thread. How can I retrieve the
thread I started up in page1.aspx? I've noticed that the thread has a
ManagedThreadId propery. Can I somehow use this to get a hold of the thread
again?
I'm using VS 2005
Thanks,
Shawn