send the current value of Combo Box into the DataBase

  • Thread starter Thread starter A.Gh90
  • Start date Start date
A

A.Gh90

Guest
i want to insert the value of ComboBox into the DataBase but i dont know the related Code with this Event of ComboBox "SelectedValueChanged" i use a database for initializing combobox, For example fill it with "database a" , i use BindingSource to add this DataBase in ComboBox i want when i choose any item of ComboBox,add that item in the other DataBase For example"database b",i cant update DataBase b with value of ComboBox

Continue reading...
 
Back
Top