Ajax 日历未在我的 asp.net 页面中显示所有日期
<asp:TextBox ID="txtPurchaseDate" runat="server" Width="100px"></asp:TextBox>
<asp:ImageButton ID="btnPurchaseDate" runat="server" Height="18px"
ImageUrl="~/Images/Calendar.png" Width="18px" CssClass="TopMargin" />
<asp:CalendarExtender ID="CalendarExtender1" runat="server"
TargetControlID="txtPurchaseDate" PopupButtonID="btnPurchaseDate"
Format="MM/dd/yyyy" CssClass="cal_Theme1">
</asp:CalendarExtender>