Hello
I am trying to syncronise the selectedvalue of a combobox when navigating through records. Setting the combobox.selectedvalue doesnt work. I have tried refreshing the combobox but that doesnt work either. The combobox is databound.
Any ideas?
Hello
I am trying to syncronise the selectedvalue of a combobox when navigating through records. Setting the combobox.selectedvalue doesnt work. I have tried refreshing the combobox but that doesnt work either. The combobox is databound.
Any ideas?
If your ComboBox is data-bound (i.e. you've properly set its DataSource property), then you also need to make sure its DisplayMember and ValueMember properties are set to the correct fields.