Calendar WebControl

  • Thread starter Thread starter Sharon
  • Start date Start date
S

Sharon

Is it possible that the calendar web control does not have next & prev. year
selectors?
 
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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top