System.Web.UI.WebControls.GridView.CreateChildTable Method

Creates a new child table.

Syntax

protected virtual Table CreateChildTable ()

Returns

Always returns a new System.Web.UI.WebControls.Table that represents the child table.

Remarks

The GridView.CreateChildTable method is a helper method used by the System.Web.UI.WebControls.GridView control to create a child table.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0