Navigating through records using dataset
The forum thread has not been reviewed by Editors yet. Readers are advised to use their best judgement before accessing this thread.
This thread will be reviewed shortly.
If you think this thread contain inappropriate content, please report to webmaster.
HiThis thread will be reviewed shortly.
If you think this thread contain inappropriate content, please report to webmaster.
I am using a dataset, which gets populated with the "emp" table (has 3 columns) data, using a dataadapter. I have a form which has 3 text boxes, I want to display the record contents into these textboxes, one record at a time. I am not using datatables. I have 4 buttons "movefirst","movenext","moveprevious" & "movelast". I should be able to navigate as per these buttons clicks