Hello,
I'm currently experimenting with the calendar control, and have created a page showing monthly calendars from January 2008, through to January 2009.
I've done this, rightly or wrongly, by dragging the individual calendar tool from the toolbar onto the page, and have named all 13 of them by their respective month names. I don't know if this is the best way to do this.
The VisibleDate is always the first of the month so that the correct month is displayed.
What I want to do then is highlight each public holiday with a given color. To do this, I've created an array of public holidays, and I want to iterate through the array, and highlight the dates accordingly. Iterating through the array is fine, but I don't know how to do it so that it references the correct calendar to work with.
Next, using some code that I've written in VB.NET, I want to identify two other key dates in each month, and colour those dates with a different colour.
Any advice or code snippets would be appreciated.