Update the ComboBox at runtime??
the combobox has as Datasource, but I don't know how to update the combobox.
I have tried updata the OleDBAdapter and the DataSet and set the datasource
to that dataset, but nothing happens. I can see in the database that I've
added a new record to the table, but nothing happens to the combobox when I
update it.
Does anyone know how to solve this.
I also don't know how to clear the ComboBox, I know that when I wan't to clear the DataGrid I use the code SetDataBinding(Nothing,Nothing). How do I clear a ComboBox?
Please I need help !!!
Fia

