黄色电影一区二区,韩国少妇自慰A片免费看,精品人妻少妇一级毛片免费蜜桃AV按摩师 ,超碰 香蕉

ASP.NET LinkButton 控件

asp.net linkbutton 控件

web server controls web 服務(wù)器控件

定義和用法

linkbutton 控件用于創(chuàng)建超鏈接樣式的按鈕。

注釋:該控件的外觀與 hyperlink 控件相同,但其功能與 button 控件一樣。

屬性

屬性 描述 .net
causesvalidation 規(guī)定當 linkbutton 控件被點擊時是否驗證頁面。 1.0
commandargument 有關(guān)所執(zhí)行命令的附加信息。 1.0
commandname 與 command 事件相關(guān)的命令。 1.0
onclientclick 當 linkbutton 控件被點擊時被執(zhí)行的函數(shù)的名稱。 2.0
postbackurl 當 linkbutton 控件被點擊時從當前頁面進行回傳的目標頁面的 url。 2.0
runat 規(guī)定該控件是服務(wù)器控件。必須設(shè)置為 "server"。 1.0
text linkbutton 上的文本。 1.0
validationgroup 當其回傳服務(wù)器時,該 linkbutton 控件引起的驗證所針對的控件組。 2.0

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

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

實例

linkbutton
在本例中,我們在 .aspx 文件中聲明了一個 linkbutton 控件,以及一個 label 控件。當用戶點擊這個鏈接時,會執(zhí)行 lbclick 子例程。這個子例程會像 label 控件發(fā)送文本 "you clicked the linkbutton control"。

web server controls web 服務(wù)器控件
相關(guān)文章