System.Web.UI.WebControls.DetailsView.PerformDataBinding Method

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

Syntax

protected override void PerformDataBinding (IEnumerable data)

Parameters

data
An IEnumerable that represents the data source.

Remarks

The DetailsView.PerformDataBinding(IEnumerable) method is a helper method called by the System.Web.UI.WebControls.DetailsView 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