Hi,
I have a page that contains multiple sections. During the page load each section will need to call a web service to get the HTML and display it in each section. The number of sections are dynamic. When each section is waiting for the web service call to finish I want to show the loading image. All the sections will be loading independantly and show the laoding image seperately until each section is loaded.
I followed the link http://www.telerik.com/help/aspnet-ajax/ajxshowloadingpaneloninitialpageload.html which works fine and tried to extend it by adding the panels dynamically to the UpdatedControls and make a service call on AJAXRequest. But it shows the loading image for all sections but showing the loading image for all the sections until all the sections are loaded. How do I make it load the sections parellaly with RadAjax? Can you point me to the right direction?
Thanks
sub
I have a page that contains multiple sections. During the page load each section will need to call a web service to get the HTML and display it in each section. The number of sections are dynamic. When each section is waiting for the web service call to finish I want to show the loading image. All the sections will be loading independantly and show the laoding image seperately until each section is loaded.
I followed the link http://www.telerik.com/help/aspnet-ajax/ajxshowloadingpaneloninitialpageload.html which works fine and tried to extend it by adding the panels dynamically to the UpdatedControls and make a service call on AJAXRequest. But it shows the loading image for all sections but showing the loading image for all the sections until all the sections are loaded. How do I make it load the sections parellaly with RadAjax? Can you point me to the right direction?
Thanks
sub