ASP.NET Text Property
Complete TableCell Control Reference
Definition and Usage
The Text property is used to set or return the text of a TableCell
control.
Syntax
|
<asp:TableCell Text="string" runat="server" /> |
| Attribute |
Description |
| string |
A string that specifies the text of the Table cell |
Example
The following example sets the text of a TableCell control:
<form runat="server">
<asp:Table id="tab1" runat="server">
<asp:TableRow>
<asp:TableCell Text="Hello" />
</asp:TableRow>
</asp:Table>
</form>
|
Show example »
|
Complete TableCell Control Reference
Click here to design a Stunning Flash Website for Free
Wix is a revolutionary web design tool that provides anyone with the possibility to create professional and beautiful websites for free.
With e-commerce features, search engine visibility and many more professional tools, Wix is the ultimate solution for creating a spectacular site while saving tons of money.
|