|
-
Jan 8th, 2008, 11:33 AM
#1
Thread Starter
Addicted Member
[RESOLVED] [2005] Calendar selected date colours
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|