<asp:TextBox ID="txtdate1" runat="server" autocomplete="off"> </asp:TextBox> <asp:CalendarExtender ID="CalendarExtender1" Format="dd-MMM-yyyy" TargetControlID="txtdate1" runat="server"> </asp:CalendarExtender>
dateValue = dateValue.AddMonths(-1).AddDays(-1);
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)