How to Enhance Grid View Performance
Most web applications need to display lists of different sorts of data. The most commonly used web control to display lists is the GridView control. The default implementation of the GridView is to use any kind of DatSource to retrieve the whole result set that will be displayed from the database, and then display only …
Read more »