System.Web.UI.WebControls.DetailsView.CreateTable Method

Creates the containing table for the System.Web.UI.WebControls.DetailsView control.

Syntax

protected virtual Table CreateTable ()

Returns

A System.Web.UI.WebControls.Table that represents the containing table for the System.Web.UI.WebControls.DetailsView control.

Remarks

The DetailsView.CreateTable method is a helper method called by the System.Web.UI.WebControls.DetailsView control to create a table that acts as the container for the control.

Requirements

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