F
Fred
Hi,
I am having a problem setting a combobox value in code on form load using
comboBox.SelectedValue method. The code below when debugging show the
combobox equal to an undefined value. The value I am trying to set is
present the items collection. I also have tried using .SelectedItem method
and I get an object reference error. Any ideas?
comboBox.SelectedValue = comboBoxValue;
Thanks
I am having a problem setting a combobox value in code on form load using
comboBox.SelectedValue method. The code below when debugging show the
combobox equal to an undefined value. The value I am trying to set is
present the items collection. I also have tried using .SelectedItem method
and I get an object reference error. Any ideas?
comboBox.SelectedValue = comboBoxValue;
Thanks