HierarchicalDataSourceControl::CreateControlCollection Method ()
.NET Framework (current version)
Creates a new ControlCollection object to hold the child controls (both literal and server) of the server control.
Assembly: System.Web (in System.Web.dll)
Return Value
Type: System.Web.UI::ControlCollection^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.
.NET Framework
Available since 2.0
Available since 2.0
Show: