Click here to Skip to main content
15,895,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How do i refresh a data bound combo box after adding data in that particular table? How do i do it without having to close and open the project again
Posted

1 solution

Sounds like winforms - if so, just update the datasource of the combobox. Either add the new data to old one or re-fetch the data and then define this updated/new datasource to your combobox.

For refresh, you would need a trigger - refresh button or data update button or save form data.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900