If I use SqlDataReader to loop through the data to get all the fields of a table then how can I go to the next record and show the data.
So that if I click on the next button each time, the textboxes get populated with the next record of data, etc?
Thanks
So that if I click on the next button each time, the textboxes get populated with the next record of data, etc?
Thanks