要在下个月显示的日历控件

本文关键字:日历 控件 显示 下个月 | 更新日期: 2023-09-27 17:59:10

添加了一个标准Calendar控件,现在我需要单击箭头,以便显示下个月。

我该如何实现?

现在,当我点击箭头显示下个月时,它不会改变。我该如何实现?

要在下个月显示的日历控件

试试这个。。。

<asp:Calendar  
        ID="Calendar1"   
        runat="server"  
        NextPrevFormat="FullMonth"  
        SelectionMode="DayWeekMonth"  
        SelectMonthText="Month"  
        SelectWeekText="Week"  
        ForeColor="WhiteSmoke"  
        DayNameFormat="Full"  
        Font-Names="Book Antiqua"  
        Font-Size="Medium"  
        OnSelectionChanged="Calendar1_SelectionChanged"  
        >