Save ComboBox to Database and retrieve the information back.
I am trying to Save database information from a Combobox to a database and then retrieve the information back to the User.
I am already able to Save to the database. The step I am struggling with is to push the information from the database back to the app and to show the information from the database combobox. I have already tried using Databinding withing c sharp this does not solve the problem.
Any help will be appreciated.
Regards