Click to See Complete Forum and Search --> : Show the page as it builds


Seboko
10-10-2006, 03:43 AM
Hi, Does anybody know how, in Asp.net 1, I can show a page as it builds? I have a page that retrieves a number of records from the database and displays these records as as they are retrieved from the database instead of the user waiting for a long time for the whole data to be retrieved before it can be displayed.

sirpelidor
10-10-2006, 01:32 PM
if I understand your post correctly, you want to display some "please wait" message while your page is pulling data off the database right?

there's a brunch of free scripts you can download when using google, this is (http://authors.aspalliance.com/peterbrunone/pleasewait.asp) one of 'em.

See if that helps...