Hi,
I have a aspx.cs page and a corresponding aspx page for it. When this page is loaded, and on a button event, I have created a thread which runs for sometime and then exits. I would like to know who is the parent of this thread.
Lets say the thread is running and I close this page, will this thread exit?
I did this but the thread kept running.
Actually I want to do is cleanup the task at the time the page is closed by the user.
Is w3wp parent of this thread? If no then, if I close this page who will become the parent?