From http://www.w3schools.com (Copyright Refsnes Data)
Complete TableCell Control Reference
The Wrap property is used to set or return whether or not the text within a table cell wraps.
|
<asp:TableCell Wrap="True|False" runat="server"> Some content </asp:TableCell> |
ExampleThe following example sets the wrap mode to "False":
Show example » |
Complete TableCell Control Reference
From http://www.w3schools.com (Copyright Refsnes Data)