Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
36 Points
56 Posts
May 08, 2008 09:27 AM|LINK
Use the following code
<asp:Calendar id="Calendar1" runat="server" Font-Size="10pt" BorderColor="White" BackColor="White" Width="216px" ForeColor="Black" Font-Names="Verdana" Height="188px" BorderWidth="1px" NextPrevFormat="ShortMonth"> <SelectedDayStyle ForeColor="White" BackColor="#CCCCCC"></SelectedDayStyle> <OtherMonthDayStyle ForeColor="White"></OtherMonthDayStyle> <NextPrevStyle Font-Size="8pt" Font-Bold="True" ForeColor="#333333" VerticalAlign="Bottom"></NextPrevStyle> <DayHeaderStyle Font-Size="8pt" Font-Bold="True"></DayHeaderStyle> <TitleStyle Font-Size="10pt" Font-Bold="True" BorderWidth="4px" ForeColor="#333399" BorderColor="Black" BackColor="White"></TitleStyle> </asp:Calendar>
amirmuthu
Member
36 Points
56 Posts
Re: How to display Only the current month in the Event calander
May 08, 2008 09:27 AM|LINK
Use the following code
<asp:Calendar id="Calendar1" runat="server" Font-Size="10pt" BorderColor="White" BackColor="White"
Width="216px" ForeColor="Black" Font-Names="Verdana" Height="188px" BorderWidth="1px" NextPrevFormat="ShortMonth">
<SelectedDayStyle ForeColor="White" BackColor="#CCCCCC"></SelectedDayStyle>
<OtherMonthDayStyle ForeColor="White"></OtherMonthDayStyle>
<NextPrevStyle Font-Size="8pt" Font-Bold="True" ForeColor="#333333" VerticalAlign="Bottom"></NextPrevStyle>
<DayHeaderStyle Font-Size="8pt" Font-Bold="True"></DayHeaderStyle>
<TitleStyle Font-Size="10pt" Font-Bold="True" BorderWidth="4px" ForeColor="#333399" BorderColor="Black"
BackColor="White"></TitleStyle>
</asp:Calendar>
MuthuKrishnan Gurusamy