c# - Button in hyperlink style -


hello friends can tell me how make style of button hyperlink. want add hyperlink gridview hyperlink has not click event. decided use button, make appearence hyperlink

<asp:linkbutton id="linkbutton1" runat="server" commandname="select" cssclass="linkbtn">linkbutton</asp:linkbutton> 

with class linkbtn one:

.linkbtn {             border: none;         } 

and looks same hyperlink ^^


Comments