VS.Net Calendar
Does anyone know how to retrieve all dates from a selectionrange :
I would like to select from 11/1/2003 to 11/7/2003 now I can put the Stop and End dates in text boxes. But I would like to place the dates 11/2, 11/3, 11/4 , 11/5, 11/6 into a Database. This will help me with certain Queries I have to create.
txtStart.Text = MonthCalendar1.SelectionRange.Start.ToShortDateStr ing
txtEnd.Text = MonthCalendar1.SelectionRange.End.ToShortDateStrin g
Please Help
|