Mega Code Archive

 
Categories / ASP.Net / Asp Control
 

Asp hyperlink

<%@Page Language="C#"%> <html> <body> <asp:hyperlink id="lnkTest" runat="server"                navigateurl="http://www.rntsoft.com"                forecolor="red"                backcolor="yellow"                font-name="Times New Roman,serif"                font-size="large"                font-bold="true"                width="75%"                text="a yellow hyperlink with red text" /> </body> </html>