How to programmatically select a combo box item by its value member

  • Thread starter Thread starter Shan1986
  • Start date Start date
S

Shan1986

Guest
Hallo,

I am trying to set a combo box item based on its value member value. I used following code but it is not working. i simply get a empty combobox value.

combobox1.SelectedIndex = combobox1.FindString("Valuemember value").ToString

Any other method? Thanks.

Continue reading...
 
Back
Top