Yes. u can get the selected value by Calender1.SelectedDate and you can place .
you can store it to a date time variable also
DateTime selecteddate;
selecteddate = Calendar1.SelectedDate;
Thanks and Regards
Krish
-I have not failed. I've just found 10,000 ways that won't work ! - Edison
ASP.Net Forums Tips and Guidelines