Home All Groups Group Topic Archive Search About

how to mention the date range in the calendar control

Author
3 Feb 2006 11:20 AM
Prabhakar
Is there a way to specify that the calendar control should display days
between the date range (start date - end date) specified? Start date and end
date could either be in the previous month or the next month.

Author
5 Feb 2006 6:11 AM
Phillip Williams
Try the SelectedDates collection
http://msdn2.microsoft.com/en-us/library/e057ff0d.aspx

and the SelectedDates.SelectRange method http://msdn2.microsoft.com/en-us/library/system.web.ui.webcontrols.selecteddatescollection.selectrange.aspx
Show quoteHide quote
"Prabhakar" wrote:

> Is there a way to specify that the calendar control should display days
> between the date range (start date - end date) specified? Start date and end
> date could either be in the previous month or the next month.