Data paging page without using Datagrid control

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
 
K

Kevin Swarts

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

Top