| |
 |
Friday, September 27, 2002 |
ASP.NET DataGrid has built-in functionality of paging. However, it has one disadvantage. Even though you are displaying only a small part of entire DataSet, you need to populate the DataSet with whole data. This works well when your DataSet is small but certainly not with huge amount of data. To overcome this problem DataGrid also allows custom paging. In custom paging you fetch only the data that is required to display the current page.
7:19:29 AM
|
|
© Copyright 2002 Sam Gentile.
|
|
|
|
|