Hello Experts,
This is probably a basic question.
I work with ASP.NET 2.0 and AJAX toolkit.
If my UpdatePanel performs some lengthy operation, how can I make the whole page to load first and the UpdatePanel to continue loading on its own pace?
You can see an example of the effect here:
http://mattberseth2.com/demo/Default.aspx?Name=Adding+jQuery+Goodness+to+ASP.NET+AJAX&Filter=Allthe whole page shown but the dotted area is empty and continues to load later.
Is there a way to do it without iframes?
Please provide an example code
Start Free Trial