R
Rob Oldfield
I have a windows form app that is bound to a dataview. If I add a combobox
(with the default style of dropdown) and bind its text property to a field
then everything is fine. If I now change the DropDownStyle to DropDownList
then the binding no longer works (data from the back end SQL doesn't get
displayed and if I select something in the combo then the update writes a
null value back).
I've tried binding to SelectedItem instead but that also doesn't work.
Anyone come up with a solution to this one?
(with the default style of dropdown) and bind its text property to a field
then everything is fine. If I now change the DropDownStyle to DropDownList
then the binding no longer works (data from the back end SQL doesn't get
displayed and if I select something in the combo then the update writes a
null value back).
I've tried binding to SelectedItem instead but that also doesn't work.
Anyone come up with a solution to this one?