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




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

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