Data paging page without using Datagrid control

  • Thread starter Thread starter koda007
  • Start date Start date
K

koda007

Hi

I want to do a data paging page without using Datagrid control. Can someone
help me to find properties in ADO.net which had in ADO to do this? I'm using
SQL Server 2000.

Regards,
Koda
 
DataViews are what you're looking for. You can turn a DataTable into a
DataView, which give you options more inline with ADO.

KS
 
Back
Top