Hello, I have a combobox, which I am binding to a datatable. In forms
designer mode, I am assigning the appropriate ValueMember and
DataMember values, and I am setting the datasource of the combobox to
my datatable. This works beautifully. I can select a value in the
combo, get the SelectedValue, etc. The problem is when I attempt to
assign a value using the SelectedValue field - I am getting a
System.Exception. The exception is not very helpful, giving me a
message of "exception" and an inner exception of "Nothing". I traced
through the items collection of the combo box, and the value I am
attempting to select does exist. Any ideas?
|