System.Web.UI.WebControls.BaseDataBoundControl.PerformSelect Method

When overridden in a derived class, controls how data is retrieved and bound to the control.

Syntax

protected abstract void PerformSelect ()

Remarks

Derived types override this method to retrieve data from a data source.

Requirements

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