I am working with a web page that contains a catalog of web part controls. Users can drag and drop and customize these controls. Some of these web parts perform heavy sql statements and populate to data grids. I have noticed the loading time for the default.aspx
page is becoming slower and the web parts are loading in sequence, so the main page doesn't appear until all web parts have finished loading. Is there a way I can load these web part controls asyncronously so my main page default.aspx appears, and the web
part controls will appear individually when they have finished loading? Any examples would be a big help.
Thanks for your time,
Go to the complete details ...