ListControl::PerformSelect Method ()

 

Retrieves data from the associated data source.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

protected:
virtual void PerformSelect() override

The PerformSelect method calls the PerformDataBinding method after data is retrieved to bind data to elements of the data-bound control. For more information, see DataBoundControl::PerformSelect.

.NET Framework
Available since 2.0
Return to top
Show: