System.Web.UI.WebControls.ListControl.PerformDataBinding Method

Binds the specified data source to the control that is derived from the System.Web.UI.WebControls.ListControl class.

Syntax

protected override void PerformDataBinding (IEnumerable dataSource)

Parameters

dataSource
An IEnumerable that represents the data source.

Remarks

The ListControl.PerformDataBinding(IEnumerable) method is a helper method that is called by the control that is derived from the System.Web.UI.WebControls.ListControl class to bind the specified data source to the control.

Requirements

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