Can I add an image to an ASP.NET button?
Posted
by Blankman
on Stack Overflow
See other posts from Stack Overflow
or by Blankman
Published on 2010-03-24T18:29:18Z
Indexed on
2010/03/24
18:33 UTC
Read the original article
Hit count: 318
I want to add an image, instead of the default button.
I already have a CSS class for the image, will this work?
<asp:Button ID="..." CssClass=""/>
I am trying it now, and the image is all scrunched up. Maybe its a CSS issue?
© Stack Overflow or respective owner