Thought I should be more specific about my problem. I'm using
"sDate = ((
MonthView)CalAfrica.CalendarView).MonthStartDate;" in Page_Load() in order to get a parameter for my database driven events, and the date being picked up is from the previous view (ie. previous month navigated) . If I could pick up the start date of the month I have navigated to, that would be good. I suspect it's something to to with the order of events on the page?