I have a .net 4.0 Windows Forms application and a local database. The columns are ID number, First name, Last name and Age I also have a text box that a user types in an ID numbers and presses enter. On the enter press I want to populate a group of text boxes with the First name, Last name and age relevant to the ID number.
This is my first time using any database so I'm not really sure where to start. I've tried google searching a few tutorials but they don't seem to focus on local databases or how to populate a text box.
If you know of any tutorials or have some code that would help, that would be great!