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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top