Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2700
Initialize WebMonthCalendar
posted

I have added a WebmonthCalendar to my page and set it to have

SelectionType = "Week"

Now I want to set the initial date and have set this server side using

WebMonthCalendar1.SelectedDate = DateTime.Now

I sort of expected it to select the current week - but it doesn't.  If I click to select a day within the week the week itself is selected but I need to set it initially to select the current week.  How do I do this?