HtmlTable::CreateControlCollection Method ()
.NET Framework (current version)
Creates a new ControlCollection object for the HtmlTable control.
Assembly: System.Web (in System.Web.dll)
Return Value
Type: System.Web.UI::ControlCollection^A ControlCollection that contains the HtmlTable control's child server controls.
The CreateControlCollection method creates a ControlCollection object that is used to hold table rows.
The CreateControlCollection method is primarily of interest to control developers extending the functionality of the HtmlTable control.
.NET Framework
Available since 1.1
Available since 1.1
Show: