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?