asp.net.ph

TableCell.Text Property

System.Web.UI.WebControls Namespace   TableCell Class


Sets or retrieves the text displayed in a TableCell.

Syntax


Inline <asp:tablecell text = strText ... >
Script TableCell.Text [ = strText ]

Property Value


strText String specifying the text displayed in a table cell.

The property is read/write with no default value.

Remarks

Use the Text property to specify or determine the text contents of a TableCell control. This property is commonly used to programmatically update the contents of a cell.

NOTE: Setting the Text property will clear any other controls contained in the TableCell.

See Also

TableCell Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph