ASP.NET Rows Property
Complete TextBox Control Reference
Definition and Usage
The Rows property is used to set or return the height of the TextBox control.
This property can only be used if TextMode="Multiline"
Syntax
|
<asp:TextBox runat="server"
Rows="num" TextMode="MultiLine" /> |
| Attribute |
Description |
| num |
A number specifying the height, in rows, of the
text box |
Example
The following example sets the height of a TextBox control:
<form runat="server">
<asp:TextBox id="tb1" runat="server"
TextMode="MultiLine" Rows="5" />
</form>
|
Show example »
|
Complete TextBox 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.
|