M
Mike Palmer
I have multiple ComboBox controls bound to the same
DataSource (a DataSet). The DataValue and DataMember
properties are all bound to the same columns of the
DataSet. The SelectedValue properties of the ComboBoxes
are each bound to unique columns of another DataSet (a
different DataSet from the DataSource property).
When I change the value of any of the ComboBoxes (by
selecting a different item from the drop down), the value
of all up the ComboBoxes update to this newly selected
value.
How can I get rid of this behavior? I want each ComboBox
to be populated with the same data, but be able to each
have a different value selected...
Thanks,
Mike
DataSource (a DataSet). The DataValue and DataMember
properties are all bound to the same columns of the
DataSet. The SelectedValue properties of the ComboBoxes
are each bound to unique columns of another DataSet (a
different DataSet from the DataSource property).
When I change the value of any of the ComboBoxes (by
selecting a different item from the drop down), the value
of all up the ComboBoxes update to this newly selected
value.
How can I get rid of this behavior? I want each ComboBox
to be populated with the same data, but be able to each
have a different value selected...
Thanks,
Mike