How can I update a combo or a list box in vb.net after making changes?

liunx

Guest
Hello guys again,

the problem I am facing is this: I have a combo box that is bound to a table in a DB. After I load the application and get the list of items in the list, I want to make changes to this list, for example, delete, add, or modify an item. This works fine too, but the combo box doesn't have the new items I changed. It will work if I close the application and reopen it again. I have read my suggestions on line, but none of them worked for me.

Thanks a lot for any suggestion.

Regards from the Akkadian EmpireAny suggestion? pleaseeeeRebind the listbox to the data after you have made the changes.How can I rebind the listbox to the data? I tired it, it didn't work. can you give me a small example. I would really appreciate it.

Thanks

Regards from the Akkadian Empire
 
Back
Top