Calendar control

  • Thread starter Thread starter Chris Botha
  • Start date Start date
C

Chris Botha

I am having a problem when the page loads and I set the SelectedDate
property, let's say to a date in next month.
The control comes up showing this month.
If I now hit the next-month then it goes to next month and actually shows
the correct date selected in next month.
I would like it to come up showing the month with the SelectedDate.

Thanks.
 
Works great, thanks.


brians said:
Hello Chris,

I think you would like to set the VisibleDate property of the control to
the
SelectedDate. Should make it come up when you first show the page.
 
Back
Top