.Net Data-Bound Controls


September 9, 2008   .Net — Tags: , , — 52coding   

Most of the controls that ship with.NET Framework support data binding to some degree, because they all inherit from the Control base class, which implements the IBindableComponent interface. That interface defines the contract for supporting a collection of simple binding objects (instances of the Binding class) through a DataBindings collection on the component that implements the interface.

Page 1 of 11