I've got a datatable that stores a number of records. There is a column called ID which is autoincrememted with a seed of 1.
I have implemented a paging control. I know the ID of the first and last record that I need to display, but I don't know how to extract just specific rows from a datatable, or whether it is indeed possible. Is it possible, or do I need to use a dataset for example?
Im using a CMS product called SiteFinity, so I dont have access to the DB to use a SQLDataAdapter or similar,