How to preform paging with the Datagrid Windows controled by using VB.NET
Reference:
functionalities; however, the DataGrid Windows control lacks these features. This article demonstrates
how to build a simple paging mechanism for the DataGrid Windows control.
The code samples in this article make
use of DataSet objects. In ADO.NET, DataSet objects are filled in a single operation and reside in memory all
of the time. If you are working with a large DataSet, this article describes how to display the data in chunks or
pages programmatically.
This technique has some limitations. Please
see the Troubleshooting section for
more information.
Reference:
SUMMARY
The DataGrid Web control has built-in Automatic or Custom Pagingfunctionalities; however, the DataGrid Windows control lacks these features. This article demonstrates
how to build a simple paging mechanism for the DataGrid Windows control.
The code samples in this article make
use of DataSet objects. In ADO.NET, DataSet objects are filled in a single operation and reside in memory all
of the time. If you are working with a large DataSet, this article describes how to display the data in chunks or
pages programmatically.
This technique has some limitations. Please
see the Troubleshooting section for
more information.
powered by performancing firefox
No comments:
Post a Comment