ASP Net Controls ASP.Net Tutorial

<%@ Page Language="C#" %>

    protected void Calendar1_DayRender(object sender, DayRenderEventArgs e)
    {
        e.Cell.VerticalAlign = VerticalAlign.Top;
        if (e.Day.DayNumberText == "25")
        {
            e.Cell.Controls.Add(new LiteralControl("User Group Meeting!"));
            e.Cell.BorderColor = System.Drawing.Color.Black;
            e.Cell.BorderWidth = 1;
            e.Cell.BorderStyle = BorderStyle.Solid;
            e.Cell.BackColor = System.Drawing.Color.LightGray;
        }
    }



    Using the Calendar Control


    
    

                              Runat="server" 
                      OnDayRender="Calendar1_DayRender" 
                      Height="190px" 
                      BorderColor="White" 
                      Width="350px" 
                      ForeColor="Black" 
                      BackColor="White" 
                      BorderWidth="1px" 
                      NextPrevFormat="FullMonth" 
                      Font-Names="Verdana" 
                      Font-Size="9pt">
                         BackColor="#333399">
            
            
                         Font-Size="8pt" Font-Bold="True">
            
                            Font-Bold="True" BackColor="White" BorderWidth="4px">