ASP.NET RadioButtonList 控件
asp.net radiobuttonlist 控件

定義和用法
radiobuttonlist 控件用于創(chuàng)建單選按鈕組。
radiobuttonlist 控件中的每個(gè)可選項(xiàng)是通過(guò) listitem 元素來(lái)定義的!
提示:該控件支持?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問(wèn) 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問(wèn) 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問(wèn) 控件標(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 控件中。

相關(guān)文章
- ASP.NET Web Pages Razor
- ASP.NET Web Pages HTML 表單
- ASP.NET Web Pages – 發(fā)布
- ASP.NET Web Pages 類(lèi)參考手冊(cè)
- ASP.NET Razor 標(biāo)記
- ASP.NET Razor 語(yǔ)法
- ASP.NET Razor VB 循環(huán)和數(shù)組
- ASP.NET MVC 簡(jiǎn)介
- ASP.NET MVC 文件夾
- ASP.NET MVC 視圖
- ASP.NET MVC 數(shù)據(jù)庫(kù)
- ASP.NET MVC – 發(fā)布
- ASP.NET 事件句柄
- ASP.NET Web 表單
- ASP.NET TextBox 控件
- ASP.NET Button 控件
- ASP.NET 數(shù)據(jù)綁定
- ASP.NET ArrayList
- ASP.NET DataList 控件
- ASP.NET 導(dǎo)航