Hi, I have a textbox and a listbox (on separate forms), I've set the datasource of the listbox to be a class that contain a bindinglist which is populated by the textbox, making it so I can type in the textbox and populate the listbox.
What I'd like to also do is make a binding in the other direction at the same time, I want to click on an item in the listbox and have that text be shown in the textbox, thereby having a two way bind between the controls.
Could someone tell me how that is done please?
Thanks
Laxmidhar SahooPosted Dec 10, 2019, 10:57 PM
Calvin CuttsPosted Dec 10, 2019, 12:01 PM
Ashutosh GuptaPosted Dec 10, 2019, 10:35 AM
Calvin CuttsPosted Dec 10, 2019, 8:28 AM