I have a page which uses a MasterPage hosting the ScriptManager (EnablePartialRendering="True"). The page itself has a data grid control inside of an UpdatePanel. I'm retrieving the grid's data and binding it in a call from the Page_Load event. When I run the page (via IE7) it pauses for a few seconds before displaying the entire page all at once with all of the data in the grid.
Isn't there a way to get the page to render first and then fetch the data behind the scenes?