Click here to Skip to main content
15,913,669 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i m working for a project in vb.net and i am not able to update the combobox
,the comobobx should update at the runtime
Posted
Comments
[no name] 24-Apr-12 7:18am    
Your question is not clear. Remember we are not sitting next to you working on the same project. Use the Improve question link to edit your question and fully explain what you are doing, what you would like to happen and what difficulties you are having.
Mantu Singh 24-Apr-12 7:19am    
pls elaborate the detail if any code or error you face......?

1 solution

You should make this Combobox databound. Bind it to the column of the table you want the records from. That way if the database gets more values it will show the updated values.

Here is an article that might help

A Data Bound Combo Box[^]
 
Share this answer
 
v3

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