Is there a property or setting to force a bound control in Winforms to update the object it is bound to when the input value, either in a textbox or whatever, actually changes?
And not after the control is tabbed out of.
Is there a property or setting to force a bound control in Winforms to update the object it is bound to when the input value, either in a textbox or whatever, actually changes?
And not after the control is tabbed out of.
Assuming you have already bound the textbox to something:
Now the datasource gets updated on every change of the text property of the textbox.
Thank you... I've spent 4 hours trying to figure out how to get my combobox to stop changing to system.data.datarowview. <3