R
Rick
VS2005 in a Windows form
I have a databound lookup combobox that is setup in the usual manner with
the Text, DisplayMember and ValueMember all set and bound to a data object.
In the Windows form when I drop down the combo box and click on a value the
SET method of dataobject that it is connected to is triggered, however if I
type in the first letter of one of the drop down selections, the SET is
never triggered and consequently when I save the object the DB is updated
with the wrong value.
What can I do about this?
Regards,
Rick
I have a databound lookup combobox that is setup in the usual manner with
the Text, DisplayMember and ValueMember all set and bound to a data object.
In the Windows form when I drop down the combo box and click on a value the
SET method of dataobject that it is connected to is triggered, however if I
type in the first letter of one of the drop down selections, the SET is
never triggered and consequently when I save the object the DB is updated
with the wrong value.
What can I do about this?
Regards,
Rick