Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have two textboxes both having calender extenders. I want first calender extender's selected date to be the starting date of second calendar extender.. i tried something like this...

txtToDate_CalendarExtender.StartDate =Convert.ToDateTime(txtfromDate.Text).ToString("dd MMM yy");
Posted
Comments
Er. Puneet Goel 4-Apr-14 2:22am    
Can user manually the selected date of the first calendar? and on this event you want to modify the start date of second calendar?
uditCsharp 4-Apr-14 2:24am    
User can manually change the selected date of first calendar and that selected date must be the start date of second calendar.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900