Calendar should default to earlier phase end date - not current date
we have two calender control and corresponding text box showing its value.After selecting a date in one calender the second calender should default to first calender date not the current date.
PJ MartinsPosted Jun 22, 2010, 5:02 PM
Calendar2.SelectedDate = Calendar1.SelectedDate;