Hi i want to display an image on a Linkbutton to make it looks attractive in asp.net any one have idea how to do it...
<asp:LinkButton runat="server" ...> <img src="yourimageurl" /> </asp:LinkButton>
Why not use ImageButton?
ImageButton