Brent wrote:
> I'm looking for a calender class or object where i can have
> more control what colors days are and set them do diffrent
> colors.. That way if like i have something specail to do
> for the 15 i wanna flag it in red and i can have multible
> colors for diffrent days and what not..
>
> Can anyone help me here ?
You can do this by creating your own class that inherits from the
Calendar control. Or instead, when using it on a page, handle some of
its events in your code; there's things like the DayRender event, where
you can change colors, output text for events, etc.
--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET
|