System.Web.UI.WebControls.TableCell.AddParsedSubObject Method

Adds a parsed child control to the System.Web.UI.WebControls.TableCell control.

Syntax

protected override void AddParsedSubObject (object obj)

Parameters

obj
An object that represents the parsed element

Remarks

If the System.Web.UI.WebControls.TableCell control contains child controls then the base class's TableCell.AddParsedSubObject(object) method is called; otherwise, the System.Web.UI.WebControls.TableCell control's TableCell.Text property value is added as a System.Web.UI.LiteralControl object to the System.Web.UI.WebControls.TableCell control's System.Web.UI.ControlCollection.

The TableCell.AddParsedSubObject(object) method is used primarily by control developers extending the functionality of the System.Web.UI.WebControls.TableCell control.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0