Click here to Skip to main content
15,912,329 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have 6 calender on my form

dateFrom1 and dateTO1
DateFrom2 and DateTO2
DateFrom3 and DateTo3

my calender always open by using today date.
i don't need it

i want that when my user select 20/2/2013 from DateFrom1(calender)
and after that when my user click on DateTO1(calender) it must autoselected 21/2/2013 in open calender.

and if he click on DateFrom2(calender) it show auto select (22/2/2013) in the calender view.

How can i do this in asp.net
Posted
Comments
prince_rumeel 12-Feb-13 9:08am    
i am using "CalendarExtender"

1 solution

 
Share this answer
 
v2
Comments
prince_rumeel 12-Feb-13 9:42am    
other solution please
Mike Meinz 12-Feb-13 12:47pm    
I used Google Search to find an example that used the date from one CalendarExtender to set the date of another CalendarExtender. Google Search is a good tool for professional programmers to find examples.

I improved Solution 1 to point to the example that sounds like your question.

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