Posted on: 4/10/2015 10:41:43 AM | Views : 565

 Hi all,
I have 4 Grids with independent data which need to be shown on page load but as of now it renders the page after all the data are fetched. 
Now have implemented the PageAsyncTask and executed the same on page load with parallel processing True. Now the page is getting little faster but it loads at same time i.e after fetching all the data. Now I need the page in this way  that it should be displayed in no second and it should show loading in all the section - the grids are in update panel. 
and as the fetching compltes it should display the section. and same for other section also.
How it is possible in asp.net with c# in 4.0 ..
 please send some live example.

Thanks

Go to the complete details ...