Click to See Complete Forum and Search --> : Need to retrieve certain rows


Goalie35
September 9th, 2004, 11:53 AM
Hi guys.

I'm doing a query in ms access to retrieve a bunch of rows from a table. I then populate a datagrid with this data. My problem however is I only want to populate my data grid with certain records from this query based on the order in which these records came in. In other words, I may only want row #'s 7-12 one time and the next time I may want rows 13-18. How can I retrieve these particular rows in asp.net?

thanks.