Provides a collection of System.Web.UI.DataBinding objects for an ASP.NET server control. This class cannot be inherited.
See Also: DataBindingCollection Members
This collection is a dictionary containing all the System.Web.UI.DataBinding objects on an ASP.NET server control. You can access the objects contained in this collection through the System.Web.UI.Control class implementation of the System.Web.UI.IDataBindingsAccessor interface. Any System.Web.UI.DataBinding or System.Web.UI.DataBindingCollection objects associated with a server control exist only at design time. They do not exist at run time and, therefore, are not accessible during run time.