Dynamic DataGrid Paging and Sorting Using A DataReader
Author:
Dimitrios Markatos
The common DataGrid/DataAdapter method is not the most efficient method of binding data. This article will demonstrate two ways you could use the DataReader to bind a DataGrid, as well as cache it, page it and persistently and bi-directionally sort it.
More Tutorials
|