I have a combobox bound to a database table.
When the user inserts a new piece of data into the table, I want the combobox to be automatically updated to display this data, however I am unsure of how I would go about doing this.
Help would be greatly appreciated.
I have something similar to this in a program of mine.
Whenever my datagridview is updated, I empty the combobox and refill it.
Something along the lines of (I don’t have my code available right now, but this is the general idea):