A button style HyperLink in ASP.NET

2008-04-30


<asp:HyperLink ID="linkCountry" runat="server" NavigateUrl='<%# "CountryLst.aspx?ContinentID=" + DataBinder.Eval(Container.DataItem,"continentid") %>' Text='<%# DataBinder.Eval(Container.DataItem, "continentname") %>' Font-Bold="True" ForeColor="Black" Font-Size="Medium" BorderWidth="3px" BackColor="LightGray" BorderStyle="Outset" Width="83px" style="TEXT-DECORATION: none"  >