I'm new to C#.I have created a MySQL database. My problem now is to get the data from the database tables into text boxes and or combo boxes in window forms(visual studio 2010),allow for editing and send the edited values back to the database.
if I select the account_no(primary_key field)...the respective details of the person i.e.firstname,lastname,,age,location,gender...should be posted to the respective text/combo boxes...
I'll appreciate any help/assistance provided