System.Web.UI.WebControls.BaseDataList.CreateControlHierarchy Method

When overridden in a derived class, creates the control hierarchy for the data listing control with or without the specified data source.

Syntax

protected abstract void CreateControlHierarchy (bool useDataSource)

Parameters

useDataSource
true to use the control's data source; otherwise, false.

Remarks

The BaseDataList.CreateControlHierarchy(bool) method is a helper method used by a derived class to create its control hierarchy.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0