Populate tab in asynchronous mode using AJAX

Joined
Jan 10, 2007
Messages
43,898
Location
In The Machine
Hi,

This might be bit naïve to many but I am new to AJAX so pardon me.

In my web application(asp.net,c#) I have 5 tab. Each tab has multiple elements. To populate data I have to call a backend procedure for this I will use AJAX. But the whole operation will take quite some time as there are many data elements.

My question is it possible to populate each tab separately. I.e. call separate procedure one after the other in a asynchronous mode and populate each table separately. So that the user doesn’t have to wait for the whole loading process to finish before he can see anything. This way he can see the details tab by tab.

It will be very helpful if you can post some sample.

thanks


More...

View All Our Microsoft Related Feeds
 
Back
Top