DataList.PrepareControlHierarchy Method
.NET Framework 3.0
Prepares the control hierarchy for rendering in the DataList control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
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.Community Additions
ADD
Show: