ASP.NET RadioButtonList 控件

2018-09-12 17:36 更新

ASP.NET RadioButtonList 控件


Web Server Controls Web 服務(wù)器控件

定義和用法

RadioButtonList 控件用于創(chuàng)建單選按鈕組。

RadioButtonList 控件中的每個(gè)可選項(xiàng)是通過 ListItem 元素來定義的!

提示:該控件支持?jǐn)?shù)據(jù)綁定!


屬性

屬性 描述 .NET
CellPadding 單元格邊框與內(nèi)容之間的像素?cái)?shù)。 1.0
CellSpacing 表格單元格之間的像素?cái)?shù)。 1.0
RepeatColumns 當(dāng)顯示單選按鈕組時(shí)要使用的列數(shù)。 1.0
RepeatDirection 規(guī)定單選按鈕組應(yīng)水平重復(fù)還是垂直重復(fù)。 1.0
RepeatLayout 單選按鈕組的布局。 1.0
runat 規(guī)定該控件是服務(wù)器控件。必須設(shè)置為 "server"。 1.0
TextAlign 文本應(yīng)出現(xiàn)在單選按鈕的哪一側(cè)(左側(cè)還是右側(cè))。 1.0

ListControl 標(biāo)準(zhǔn)屬性

AppendDataBoundItems, AutoPostBack, CausesValidation, DataTextField, DataTextFormatString, DataValueField, Items, runat, SelectedIndex, SelectedItem, SelectedValue, TagKey, Text, ValidationGroup, OnSelectedIndexChanged

The ListControl control covers all the base functions for list controls. Controls that inherits from this control include the CheckBoxList, DropDownList, ListBox, and RadioButtonList controls.

如需完整描述,請(qǐng)?jiān)L問 ListControl 標(biāo)準(zhǔn)屬性。

Web 控件標(biāo)準(zhǔn)屬性

AccessKey, Attributes, BackColor, BorderColor, BorderStyle, BorderWidth, CssClass, Enabled, Font, EnableTheming, ForeColor, Height, IsEnabled, SkinID, Style, TabIndex, ToolTip, Width

如需完整描述,請(qǐng)?jiān)L問 Web 控件標(biāo)準(zhǔn)屬性。

控件標(biāo)準(zhǔn)屬性

AppRelativeTemplateSourceDirectory, BindingContainer, ClientID, Controls, EnableTheming, EnableViewState, ID, NamingContainer, Page, Parent, Site, TemplateControl, TemplateSourceDirectory, UniqueID, Visible

如需完整描述,請(qǐng)?jiān)L問 控件標(biāo)準(zhǔn)屬性。


實(shí)例

RadiobuttonList
在本例中,我們?cè)?.aspx 文件中聲明了一個(gè) RadioButtonList 控件,一個(gè) Button 控件,以及一個(gè) Label 控件。然后,我們創(chuàng)建了一個(gè)事件句柄,當(dāng)發(fā)生 Click 事件時(shí),會(huì)把文本和被選項(xiàng)目顯示在 Label 控件中。


Web Server Controls Web 服務(wù)器控件
以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)