BaseDataList.CreateControlHierarchy Method
.NET Framework 3.0
When overridden in a derived class, creates the control hierarchy for the data listing control with or without the specified data source.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The CreateControlHierarchy method is a helper method used by a derived class to create its control hierarchy.
Notes to Inheritors: When you create a data listing control that derives from BaseDataList, you must override the CreateControlHierarchy method to create the control hierarchy for the derived data listing control.Community Additions
ADD
Show: