Easy Tutorial
❮ Prop Webcontrol Calendar Othermonthdaystyle Prop Webcontrol Calendarday Isothermonth ❯

ASP.NET TextBox Rows Property



Definition and Usage

The Rows property is used to set or return the height of the TextBox control.

This property is only used when TextMode="Multiline".

Syntax

Property Description
num A number that specifies the height of the text box in terms of rows.

Example

The following example sets the height of the TextBox control:

❮ Prop Webcontrol Calendar Othermonthdaystyle Prop Webcontrol Calendarday Isothermonth ❯