Mega Code Archive

 
Categories / ASP.Net / Asp Control
 

Set asp calendar border (VB net)

<%@Page Language="C#"%> <html> <body> <form runat="server"> <asp:calendar id="calTest" runat="server"               BackColor="#ffff80"               BorderColor="#c0c0c0"               BorderStyle="ridge"               BorderWidth="5" /> </form> </body> </html>