HierarchicalDataSourceControl.CreateControlCollection Method
.NET Framework 2.0
Creates a new ControlCollection object to hold the child controls (both literal and server) of the server control.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected ControlCollection CreateControlCollection ()
protected override function CreateControlCollection () : ControlCollection
Not applicable.
Return Value
An EmptyControlCollection that prevents any child controls from being added.The CreateControlCollection method is overridden by the HierarchicalDataSourceControl class to prevent child controls from being added.
Community Additions
ADD
Show: