Load saved value in ComboBox

  • Thread starter Thread starter Michael Barrett
  • Start date Start date
M

Michael Barrett

I have a couple comboBox controls that need to automatically select and
display an item based on a passed value when the form loads. I seem to be
chasing my tail here.

I originally capture the SelectedValue.ToString. Loading the form though,
setting SelectedValue to "MyVariableValue" after the control populates (I
use ValueMember and DisplayMember, not Item.Add) doesn't work. I am sure
this is simple and I am missing it.

Any help appreciated.
Thanks,
Mike
 
Back
Top