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

ASP.NET ImageButton 控件

asp.net imagebutton 控件

web server controls web 服務器控件

定義和用法

imagebutton 控件用于顯示可點擊的圖像。

屬性

屬性 描述 .net
causesvalidation 規定在 imagebutton 控件被點擊時,是否驗證頁面。 1.0
commandargument 有關要執行的命令的附加信息。 1.0
commandname 與 command 事件相關的命令。 1.0
generateemptyalternatetext 規定該控件是否創建空字符串作為替代文本。 2.0
onclientclick 當圖像被點擊時要執行的函數的名稱。 2.0
postbackurl 當 imagebutton 被點擊時,從當前頁面進行回傳的目標頁面的 url。 2.0
runat 規定該控件是一個服務器控件。必須被設置為 "server"。 1.0
tagkey 1.0
validationgroup 當 imagebutton 回傳服務器時,該 imagebutton 控件引起驗證所針對的控件組。 2.0

注釋: image 控件的屬性也能夠用在 imagebutton 控件上。

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

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

實例

imagebutton
在本例中,我們在 .aspx 文件中聲明了一個 imagebutton 控件和一個 label 控件。在用戶點擊此圖像時,會執行 subroutine 子例程。這個子例程會把消息 "coordinates: " 以及單擊的 x 和 y 坐標發送到 label 控件。

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