精品熟女碰碰人人a久久,多姿,欧美欧美a v日韩中文字幕,日本福利片秋霞国产午夜,欧美成人禁片在线观看

ASP.NET CheckBox 控件

asp.net checkbox 控件

web server controls web 服務器控件

定義和用法

checkbox 控件用于顯示復選框。

屬性

屬性 描述 .net
autopostback 規定在 checked 屬性已改變后,是否立即向服務器回傳表單。默認是 false。 1.0
causesvalidation 規定點擊 button 控件時是否執行驗證。 2.0
checked 規定是否已選中該復選框。 1.0
inputattributes 該 checkbox 控件的 input 元素所用的屬性名和值的集合。 2.0
labelattributes 該 checkbox 控件的 label 元素所用的屬性名和值的集合。 2.0
runat 規定該控件是服務器控件。必須被設置為 "server"。 1.0
text 與復選框關聯的文本標簽。 1.0
textalign 與復選框關聯的文本標簽的對齊方式。(right 或 left) 1.0
validationgroup 在 checkbox 控件回發到服務器時要進行驗證的控件組。 2.0
oncheckedchanged 當 checked 屬性被改變時,被執行函數的名稱。

web 控件標準屬性

accesskey, attributes, backcolor, bordercolor, borderstyle, borderwidth, cssclass, enabled, font, enabletheming, forecolor, height, isenabled, skinid, style, tabindex, tooltip, width

如需完整描述,請訪問 web 控件標準屬性

控件標準屬性

apprelativetemplatesourcedirectory, bindingcontainer, clientid, controls, enabletheming, enableviewstate, id, namingcontainer, page, parent, site, templatecontrol, templatesourcedirectory, uniqueid, visible

如需完整描述,請訪問 控件標準屬性

實例

checkbox
在本例中,我們在 .aspx 文件中聲明了兩個 textbox 控件和一個 checkbox 控件。然后,我們為 checkedchanged 事件創建一個事件句柄,把包含 home phone 的文本框的內容復制到包含 work phone 的文本框中。

web server controls web 服務器控件
相關文章