Multithreading for Data Binding in Page Load

P

Ponnu

Hi,

My page takes a while to load(about 2 mins) since it has to bind data
from different databases and this is how I plan to do it

Run the function in a new Thread which gets the data and binds it to the
dataset and the dataset to the session.

Display a Progress bar initially and make XMLHttp requests to the page
to find out whether the data has been binded.If the data has been
binded, I get the dataset from session and bind it to the grid.

Is there a way to do this without using session(for storing the dataset)
or is there an alternative way(simple one)

Thanks
Ponnu
 

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,780
Messages
2,569,611
Members
45,273
Latest member
DamonShoem

Latest Threads

Top