CompositeDataBoundControl.PerformDataBinding Method
.NET Framework 3.0
This method supports the .NET Framework 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.
Namespace: System.Web.UI.WebControlsAssembly: System.Web (in system.web.dll)
protected void PerformDataBinding ( IEnumerable data )
protected internal override function PerformDataBinding ( data : IEnumerable )
Not applicable.
Parameters
- data
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.
Community Additions
ADD
Show: