Is it possible to write the hyperlink code by using button?
<asp:HyperLink ID="hpTopLink" NavigateUrl='<%# "inquiry.aspx?companycode=" + Eval("Companycode")+"&Companyname="+Eval("Companyname") +"&country="+Eval("country") %>' CssClass="smallbt" runat="server" style="color:#32CD32;"><span class="icon_inquiry"></span>Inquire Now</asp:HyperLink>
I wanted to write the same by using Asp.net button control. Is it Possible?