Hi, I want to display the image on Linkbutton so that it looks attractive in asp.netanyone has an idea how to do this ...
<asp:LinkButton runat="server" ...> <img src="yourimageurl" /> </asp:LinkButton>
Why not use ImageButton?
ImageButton