Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am some how new to c#. I am developing a windows form application project, in this project i have developed a program that contains a database. on the form, there are 2 buttons one for the previous record and the other for for the next record when clicked.

There is also a textbox that will be displaying the records when the next or previous button is clicked. Can some one please help me on how I would go about on coding this?


Database:
Table name : Employees
Columns name: firstname, lastname, gender, salary

Thank you guys.
Posted

1 solution

See Using ADO.NET for beginners[^], it has an example of that.
 
Share this answer
 
Comments
1Future 18-Feb-14 9:08am    
Thank you I sure will have a look

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900