From http://www.w3schools.com (Copyright Refsnes Data)
Complete TextBox Control Reference
The Wrap property is used to set or return whether or not the text content wraps within a multiline text box.
This property can only be used if TextMode="Multiline"
| <asp:TextBox Wrap="TRUE|FALSE" TextMode="MultiLine" runat="server"/> |
ExampleThe following example sets the wrap mode to "False":
Show example » |
Complete TextBox Control Reference
From http://www.w3schools.com (Copyright Refsnes Data)