System.Web.UI.WebControls.HierarchicalDataBoundControl.PerformSelect Method

Retrieves data from the associated data source.

Syntax

protected override void PerformSelect ()

Remarks

The HierarchicalDataBoundControl.PerformSelect method is called, after data is retrieved, to bind data to elements of the data-bound control. Derived types override this method to retrieve data only if the default implementation is not adequate.

Requirements

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