Visual Studio/Team Foundation Server/.NET Framework Tooling version
Visual Studio 2010 SP1
Steps to reproduce
Steps to recreate the issue:
1. Click on any Calendar Control - Current Month is displayed
2. Click on the Current Month - Current Year is displayed
3. Click on the Current Year - Year Range 2010-2019 is displayed
4. Select year 2013 - 2012 is selected instead of 2013
Product Language
English
Operating System
Windows 7
Operating System Language
English
Actual results
Year 2012 is displayed
Expected results
Year 2013 is displayed
Comments: I'm able to replicate the issue I'm using the September 2012 AJAX Release and ASP.net/VB.net 3.5 code <asp:TextBox ID="txt_Expiration_Date" runat="server" Width="100px"></asp:TextBox> <asp:CalendarExtender ID="txt_Expiration_Date_CalendarExtender" runat="server" DefaultView="Years" FirstDayOfWeek="Sunday" TargetControlID="txt_Expiration_Date"> </asp:CalendarExtender>
Visual Studio 2010 SP1
Steps to reproduce
Steps to recreate the issue:
1. Click on any Calendar Control - Current Month is displayed
2. Click on the Current Month - Current Year is displayed
3. Click on the Current Year - Year Range 2010-2019 is displayed
4. Select year 2013 - 2012 is selected instead of 2013
Product Language
English
Operating System
Windows 7
Operating System Language
English
Actual results
Year 2012 is displayed
Expected results
Year 2013 is displayed
Comments: I'm able to replicate the issue I'm using the September 2012 AJAX Release and ASP.net/VB.net 3.5 code <asp:TextBox ID="txt_Expiration_Date" runat="server" Width="100px"></asp:TextBox> <asp:CalendarExtender ID="txt_Expiration_Date_CalendarExtender" runat="server" DefaultView="Years" FirstDayOfWeek="Sunday" TargetControlID="txt_Expiration_Date"> </asp:CalendarExtender>