Mega Code Archive

 
Categories / ASP.Net Tutorial / ASP Net Controls
 

This is a test of the color properties

< html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server">     <title>Untitled Page</title> </head> <body>     <form id="form1" runat="server">     <div>         <asp:Label ID="Label1"                     runat="server"                     Text="This is a test of the color properties"                     BackColor="Navy"                     ForeColor="White"></asp:Label>     </div>     </form> </body> </html>