如何在ImageButton上显示文字

发布于 2024-08-31 05:00:11 字数 327 浏览 3 评论 0原文

如何在 ImageButton 上显示文本。或如何在图像上有一个链接按钮

我已经尝试过:

 <asp:LinkButton ID="lbYear" runat="server" CausesValidation="false" Text="HOME">
    <asp:Image ID="Image1" runat="server" ImageUrl="~/images/menu.png" Width="90px" Height="39px" />
 </asp:LinkButton>

但它显示图像上方的文本..

how to display the text on ImageButton. or how to have a linkbutton on Image

I have tried this:

 <asp:LinkButton ID="lbYear" runat="server" CausesValidation="false" Text="HOME">
    <asp:Image ID="Image1" runat="server" ImageUrl="~/images/menu.png" Width="90px" Height="39px" />
 </asp:LinkButton>

but it is showing the text above the Image..

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

初相遇 2024-09-07 05:00:11

看来您实际上需要 ,它基本上是一个 ImageLinkBut​​ton 控件包装成一个:

http ://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.imagebutton.aspx

理查德。

It seems like you're actually in need of <asp:ImageButton />, which is basically an Image and LinkButton control wrapped into one:

http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.imagebutton.aspx

Richard.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文