CompositeDataBoundControl::PerformDataBinding Method (IEnumerable^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Binds the data from the data source to the composite data-bound control.
Assembly: System.Web (in System.Web.dll)
Parameters
- data
-
Type:
System.Collections::IEnumerable^
An IEnumerable that contains the values to bind to the composite data-bound control.
The PerformDataBinding method is a helper method that is used by classes that derive from the CompositeDataBoundControl class to bind the data from the data source to the composite data-bound control.
.NET Framework
Available since 2.0
Available since 2.0
Show: