Sign up now to view this solution! It's quick, easy, and secure to subscribe. We will return you to this solution, unlocked, when you’re done.
By having both txtStartDate and txtEndDate,
once select a date from 2nd calendar extender, is there a way to calculate the txtStartDate and txtEndDate after selected a date from 2nd calendar extender?
<asp:TextBox ID="txtStartDate" runat="server" Width="144px"></asp:TextBox>
<asp:CalendarExtender ID="txtStartDate_CalendarExtender" runat="server" Format="dd/MM/yyyy" TargetControlID="txtStartDate">
</asp:CalendarExtender>
<asp:TextBox ID="txtEndDate" runat="server" Width="144px"></asp:TextBox>
<asp:CalendarExtender ID="txtEndDate_CalendarExtender" runat="server" Format="dd/MM/yyyy" TargetControlID="txtEndDate">
</asp:CalendarExtender>
1: 2: 3: 4: 5: 6: 7:
Sign up now to view this solution! It's quick, easy, and secure to subscribe. We will return you to this solution, unlocked, when you’re done.
Posted on 2011-05-09 at 19:58:52ID: 36812533
All comments and solutions are available to Premium Service Members only. Sign up to view the solution to this question. Already a member? Log in to view this solution.