I want to reload the combo box so that it would display the values recently entered by me.
The Language used is C#.Net 2005..I am making a windows application. Please guide me?
I want to reload the combo box so that it would display the values
Share
you just need to call the method
.DataBind()every time you want to “refresh” the combobox with new data