Load User Controls asynchronously

Desti ny Davis

New Member
I am having 5 user controls, each user control has Controls with functionality like Chart, Grid, Buttons, ... I am trying to load all the user controls asynchronously. When i add the user controls by default it should show some loading image, then each control should run some code asynchronously and build the controls. I was following this article. But it has some issues[*]The value in textbox and some other control is not persisting when a full postback has occurred. [*]ScriptResources are not loaded. I am using RadGrid in an userControl, the grid is visible but none of the functionality like (paging, pagesize changed, filtering) is not working.
 
Back
Top