System.Web.UI.WebControls.CompositeDataBoundControl.PerformDataBinding Method

Binds the data from the data source to the composite data-bound control.

Syntax

protected override void PerformDataBinding (IEnumerable data)

Parameters

data
An IEnumerable that contains the values to bind to the composite data-bound control.

Remarks

The CompositeDataBoundControl.PerformDataBinding(IEnumerable) method is a helper method that is used by classes that derive from the System.Web.UI.WebControls.CompositeDataBoundControl class to bind the data from the data source to the composite data-bound control.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0