Archive for June, 2007

ASP.Net Gridview Progressive HTML Rendering

Thursday, June 28th, 2007

Here’s a bit of a change of topic, let’s talk about gridviews in ASP.Net.
I find them quite convenient, but one thing that bothers me sometimes is that if I have a huge table (reports and such), I have to wait for the entire thing to be stored in the buffer before the user can see [...]