Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Displaying many records on one page
Message
 
 
To
21/06/2007 11:26:52
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
ASP.NET
Miscellaneous
Thread ID:
01234667
Message ID:
01234756
Views:
11
>>And BTW, if paging, searching, filtering is not an option and you'd fill the page with many records anyway, then directly writing to response buffer via a reader might help (then it would start displaying fast while page continues to fill up).
>>Cetin
>
>Thanks for that tip... I had something like that in the back of my head...

Problem with that approach is that you would have to render the data without using HTML table tag or use multiple table tags in the result. Browsers will not render a table until the closing table tag is received. You would also have to turn buffering off on the page or issue response.flush periodically.
Michael McLain
Previous
Reply
Map
View

Click here to load this message in the networking platform