Working with Large GridView Resultsets in ASP.NET 2.0 – Part 1
A common problem that has been around way back since the original DataGrid component was released in ASP.NET 1.0 was the performance issues related to large amounts of data, and the post-back mechanism used to perform actions.
Even with the vast improvements provided by the GridView control in ASP.NET 2.0 you may notice that your pages can still suffer from performance loss when your GridView controls present large amounts of data to your users. Especially if the presentation is formatted with additional HTML such as icons, images, CSS styling etc…
Read More