ASP.NET TextBox Rows 屬性
ASP.NET TextBox Rows 屬性

定義和用法
Rows 屬性用于設(shè)置或返回 TextBox 控件的高度。
該屬性僅在 TextMode="Multiline" 時(shí)使用。
語(yǔ)法
<asp:TextBox runat="server"
Rows="num" TextMode="MultiLine" />
屬性 | 描述 |
---|---|
num | 數(shù)值,該值規(guī)定文本框的高度,以行數(shù)計(jì)。 |
實(shí)例
下面的實(shí)例設(shè)置了 TextBox 控件的高度:
<form runat="server">
<asp:TextBox id="tb1" runat="server"
TextMode="MultiLine" Rows="5" />
</form>
<asp:TextBox id="tb1" runat="server"
TextMode="MultiLine" Rows="5" />
</form>
演示實(shí)例 ?

相關(guān)文章
- ASP.NET Web Pages Database 參考手冊(cè)
- ASP.NET MVC 數(shù)據(jù)庫(kù)
- ASP.NET MVC 模型
- ASP.NET CheckBoxList 控件
- ASP.NET HyperLink 控件
- ASP.NET ImageButton 控件
- WebSecurity CurrentUserName 屬性
- WebSecurity ConfirmAccount 方法
- HTML Image
- HTML InputImage
- ASP.NET HTML 控件 Label
- RadiobuttonList
- ASP.NET HTML 控件 Repeater
- ASP.NET HTML 控件 Textbox 2
- Textbox 3
- ASP.NET HTML 控件 ArrayList RadioButtonList
- VB 實(shí)例 基本的 HTML 表單
- VB 實(shí)例 If Else 條件
- ASP.NET Calendar CellPadding 屬性
- ASP.NET Calendar NextMonthText 屬性