System.Web.UI.WebControls.Table: Method Members

The methods of System.Web.UI.WebControls.Table are listed below. For a list of all members, see the Table Members list.

See Also: Inherited members from System.Web.UI.WebControls.WebControl

Public Methods

override
RenderBeginTag(System.Web.UI.HtmlTextWriter)

Renders the HTML opening tag of the System.Web.UI.WebControls.Table control to the specified writer.

Protected Methods

override
AddAttributesToRender(System.Web.UI.HtmlTextWriter)

Adds HTML attributes and styles that need to be rendered to the specified System.Web.UI.HtmlTextWriter.

override
CreateControlCollection() : System.Web.UI.ControlCollection

Creates a new System.Web.UI.ControlCollection object to hold the System.Web.UI.WebControls.TableRow controls of the current System.Web.UI.WebControls.Table control.

override
CreateControlStyle() : Style

Gets a reference to a collection of properties that define the appearance of a System.Web.UI.WebControls.Table control.

RaisePostBackEvent(string)

Raises events for the System.Web.UI.WebControls.Table control when a form is posted back to the server.

override
RenderContents(System.Web.UI.HtmlTextWriter)

Renders the rows in the table control to the specified writer.