Object & Form Control Binding
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
I have a form with a variable that is a custom object. I would like to bind certain controls (text and combo boxes) on my form to properties of the object. Thus if the user changes the value of a text box the corrisponding property of the object is updated. How might I bind a control to a property of the object? Cheers Visual Studio .Net 2005
-
I have a form with a variable that is a custom object. I would like to bind certain controls (text and combo boxes) on my form to properties of the object. Thus if the user changes the value of a text box the corrisponding property of the object is updated. How might I bind a control to a property of the object? Cheers Visual Studio .Net 2005