Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Displaying many records on one page
Message
 
À
21/06/2007 11:26:52
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
ASP.NET
Divers
Thread ID:
01234667
Message ID:
01234756
Vues:
10
>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform