December 2002
Beginner to intermediate
432 pages
10h 10m
English
The Binding class and the BindingCollection facilitate data binding on the control’s side. We saw some of this in the previous example of binding to an array. We can actually see the contents of the Binding collection if we click the Advanced tab of a control with a DataBindings property. This looks like Figure 8.11 for the TextBox control.

As you can see, you can bind almost any property to a bindable object. This could come in very handy if you wanted to be able to create forms at runtime using data stored in database tables or XML files.
The Bindable attribute we’ve mentioned ...
Read now
Unlock full access