help on implement a "next" feature when displaying database values
hi all,
after a select statement, i get a table with 10 rows, now i want to display the each row one at a time...to do this i'll put in a "next" button...my question is what do i have to do for c# to allow me to traverse through the table one row at a time...thanks