Calendar WebControl

  • Thread starter Thread starter Sharon
  • Start date Start date
Hello,

Are you asking how to remove the next and previous month links?

<asp:Calendar id="Calendar1" runat="server" PrevMonthText=" "
NextMonthText=" ">
<OtherMonthDayStyle BackColor="#FFC0FF"></OtherMonthDayStyle>
</asp:Calendar>

Or is it that you want to add next and previous years links?

Ken
Microsoft MVP [ASP.NET]
 
I want to add next and previous year links

Ken Cox said:
Hello,

Are you asking how to remove the next and previous month links?

<asp:Calendar id="Calendar1" runat="server" PrevMonthText=" "
NextMonthText=" ">
<OtherMonthDayStyle BackColor="#FFC0FF"></OtherMonthDayStyle>
</asp:Calendar>

Or is it that you want to add next and previous years links?

Ken
Microsoft MVP [ASP.NET]

Sharon said:
Is it possible that the calendar web control does not have next & prev.
year
selectors?
 
Back
Top