Update the ComboBox at runtime??

have tried to update my combobox with no luck. I add records to the table,
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
[684 byte] By [fiaolle] at [2007-11-20 0:39:45]
# 1 Re: Update the ComboBox at runtime??
Hello Fia!:wave:

Here's a sample from MSDN

Hope it helps!
HanneSThEGreaT at 2007-11-10 3:12:50 >