data binding - winforms synchronise combobox values -
I am trying to synchronize the selected level of a comb box when navigating through the records. Setting up Cumbabox The selected work does not work. I have tried to refresh Cambodia, but that too is not working. Combibox is the figure.
If your combo box is data-bound (i.e. you have set up your datasource property correctly) , Then you also need to make sure that its DisplayMember and ValueMember properties are set to the correct areas.
Comments
Post a Comment