System.Web.UI.WebControls.DataBoundControl.PerformSelect Method

Retrieves data from the associated data source.

Syntax

protected override void PerformSelect ()

Remarks

The DataBoundControl.PerformDataBinding(IEnumerable) 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. Typically, it is sufficient to provide a System.Web.UI.DataSourceViewSelectCallback delegate that performs any custom data work, rather than implementing the DataBoundControl.PerformDataBinding(IEnumerable) method.

Requirements

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