From http://www.w3schools.com (Copyright Refsnes Data)
Complete TextBox Control Reference
The Rows property is used to set or return the height of the TextBox control.
This property can only be used if TextMode="Multiline"
| <asp:TextBox runat="server" Rows="num" TextMode="MultiLine" /> |
| Attribute | Description |
|---|---|
| num | A number specifying the height, in rows, of the text box |
ExampleThe following example sets the height of a TextBox control:
Show example » |
Complete TextBox Control Reference
From http://www.w3schools.com (Copyright Refsnes Data)