From http://www.w3schools.com (Copyright Refsnes Data)
Complete TableCell Control Reference
The Text property is used to set or return the text of a TableCell control.
| <asp:TableCell Text="string" runat="server" /> |
| Attribute | Description |
|---|---|
| string | A string that specifies the text of the Table cell |
ExampleThe following example sets the text of a TableCell control:
Show example » |
Complete TableCell Control Reference
From http://www.w3schools.com (Copyright Refsnes Data)