Calender for ASP.NET with more controle

B

Brent

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 ?
 
K

Kevin Spencer

Build your own custom Server Control?

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
B

brent

Kevin said:
Build your own custom Server Control?

Well i dont really have the time to do that..
The <% asp:calender /> sux for what i need it for.. so i was hoping
someone arleady has a class, object, server control written.
 
C

Craig Deelsnyder

Brent said:
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,051
Latest member
CarleyMcCr

Latest Threads

Top