
Combo Binding - Null value
Hi Marcos,
Windows forms databinding is designed to work with NULL values. The combobox
displays them as empty strings. Is it possible the binding error is caused
by something else? What is the message of the exception?
-Sean/Shamez
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Quote:
> Hi
> On VB6 when I bind a DataCombobox to a field with NULL values it works if
i
> set Style to dbcDropdowncombo
> On VB.NET I set DropdownStyle to DropDown and I get a Binding Error
> How to bind a combo to a Null value on VB.NET ?
> Thanks
> Marcos