NewsBot
1
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
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