Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / web / ASP.NET

Display image in asp:HyperLinkField of GridView

5.00/5 (1 vote)
19 Jan 2011CPOL 9.4K  
This would also work,
This would also work,

HTML
<asp:LinkButton ID="LinkButton1" runat="server" CommandName="Delete"><img src="Delete.gif" /></asp:LinkButton>

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)