ASP.NET ImageButton 控件
asp.net imagebutton 控件

定義和用法
imagebutton 控件用于顯示可點(diǎn)擊的圖像。
屬性
屬性 | 描述 | .net |
---|---|---|
causesvalidation | 規(guī)定在 imagebutton 控件被點(diǎn)擊時(shí),是否驗(yàn)證頁面。 | 1.0 |
commandargument | 有關(guān)要執(zhí)行的命令的附加信息。 | 1.0 |
commandname | 與 command 事件相關(guān)的命令。 | 1.0 |
generateemptyalternatetext | 規(guī)定該控件是否創(chuàng)建空字符串作為替代文本。 | 2.0 |
onclientclick | 當(dāng)圖像被點(diǎn)擊時(shí)要執(zhí)行的函數(shù)的名稱。 | 2.0 |
postbackurl | 當(dāng) imagebutton 被點(diǎn)擊時(shí),從當(dāng)前頁面進(jìn)行回傳的目標(biāo)頁面的 url。 | 2.0 |
runat | 規(guī)定該控件是一個(gè)服務(wù)器控件。必須被設(shè)置為 "server"。 | 1.0 |
tagkey | 1.0 | |
validationgroup | 當(dāng) imagebutton 回傳服務(wù)器時(shí),該 imagebutton 控件引起驗(yàn)證所針對(duì)的控件組。 | 2.0 |
注釋: image 控件的屬性也能夠用在 imagebutton 控件上。
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í)例
imagebutton
在本例中,我們?cè)?.aspx 文件中聲明了一個(gè) imagebutton 控件和一個(gè) label 控件。在用戶點(diǎn)擊此圖像時(shí),會(huì)執(zhí)行 subroutine 子例程。這個(gè)子例程會(huì)把消息 "coordinates: " 以及單擊的 x 和 y 坐標(biāo)發(fā)送到 label 控件。

相關(guān)文章
- ASP.NET
- ASP.NET Web Pages Razor
- ASP.NET Web Pages 布局
- ASP.NET Web Pages HTML 表單
- ASP.NET Web Pages 對(duì)象
- ASP.NET Razor C# 變量
- ASP.NET Razor C# 循環(huán)和數(shù)組
- ASP.NET Razor VB 變量
- ASP.NET MVC Web 應(yīng)用程序
- ASP.NET MVC 頁面和布局
- ASP.NET MVC 安全
- ASP.NET MVC – 發(fā)布
- ASP.NET Web Forms 教程
- ASP.NET TextBox 控件
- ASP.NET Button 控件
- ASP.NET ArrayList
- ASP.NET Hashtable
- ASP.NET XML 數(shù)據(jù)綁定
- ASP.NET Repeater 控件
- ASP.NET Validation 服務(wù)器控件