System.Web.UI.WebControls.GridView.PerformDataBinding Method

Binds the specified data source to the System.Web.UI.WebControls.GridView control.

Syntax

protected override void PerformDataBinding (IEnumerable data)

Parameters

data
An IEnumerable that contains the data source.

Remarks

The GridView.PerformDataBinding(IEnumerable) method is a helper method called by the System.Web.UI.WebControls.GridView control 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
Since: .NET 2.0