K
Krishna prasad V.R
Hi,
I've read lots of postings about multithreading in asp.net. All the
samples use sessions to get the work done. A typical sample starts the
thread in one page and goes to another page for checking the status of
the thread using sessions.
I wanted to know the background thread life cycle using a single web
page and notifying the same page once it is done with its work. I have
a huge set of data to be loaded on to a datagrid on a button click on
the page without redirecting to some other page.
Is there a way to do this?
Thanks in advance
-kitty
I've read lots of postings about multithreading in asp.net. All the
samples use sessions to get the work done. A typical sample starts the
thread in one page and goes to another page for checking the status of
the thread using sessions.
I wanted to know the background thread life cycle using a single web
page and notifying the same page once it is done with its work. I have
a huge set of data to be loaded on to a datagrid on a button click on
the page without redirecting to some other page.
Is there a way to do this?
Thanks in advance
-kitty