标签: asp.net image asp-classic imagebutton imageurl
我在页面中有近100个图像按钮,它们调用一个常用功能
protected void img_clock(object sender,ImageClickEventArgs e)
(在c#中)
如何使用ImageButton的ImageUrl属性将公共图像设置为调用此函数或单击的图像按钮。
答案 0 :(得分:2)
您可以将sender投回ImageButton并检查其ImageUrl值,以便从点击的按钮中检索图像。
sender
ImageButton
ImageUrl