DataList::PrepareControlHierarchy Method ()
.NET Framework (current version)
Prepares the control hierarchy for rendering in the DataList control.
Assembly: System.Web (in System.Web.dll)
The PrepareControlHierarchy method is used primarily by control developers when deriving a custom control from the DataList control.
The PrepareControlHierarchy prepares the control hierarchy and sets styles for contained DataListItem controls before the child controls are rendered.
Notes to Inheritors:
Override the PrepareControlHierarchy method to customize styles for controls contained in the DataList before they are rendered.
.NET Framework
Available since 1.1
Available since 1.1
Show: