ImageButton title tag

2019-07-16 07:45发布

On an ImageButton using the AlternateText attribute renders an alt tag to the browser.

<asp:ImageButton ID="imagebuttonStuff" runat="server" OnClick="imagebuttonStuff_Click" AlternateText="Make Stuff Happen" ImageUrl="/images/icons/stuff.png" />

<input type="image" name="imagebuttonStuff" id="imagebuttonStuff" src="/images/icons/stuff.png" alt="Make Stuff Happen" />

How do I render a title tag?

1条回答
祖国的老花朵
2楼-- · 2019-07-16 08:18
ToolTip="this is the title"
查看更多
登录 后发表回答