Home All Groups Group Topic Archive Search About
Author
13 Sep 2006 8:26 PM
ds_lewis
How do I get the currently displayed month from the calendar control?
I need this at the top of the Page_Load page event.

I'm setting some info in the calendar's DayRender event but I need to
know what month/year is being displayed so I can get that data before
the DayRender event starts firing.


Thanks,

Targus

Author
14 Sep 2006 2:58 AM
Gaurav Vaish (www.EduJiniOnline.com)
> How do I get the currently displayed month from the calendar control?
> I need this at the top of the Page_Load page event.
>
> I'm setting some info in the calendar's DayRender event but I need to
> know what month/year is being displayed so I can get that data before
> the DayRender event starts firing.

Calendar.VisibleDate



Bookmark and Share