Calendar control questions

G

Guest

Is there a way to add a user-defined column to the calendar control? For instance, I would like to give the user the ability to select a week at a time or daily tasks for a scheduling application I am working on. Below is a illustration of what I am asking for.

Week 1 | Day 1 | Day 2 | Day 3 | Day 4 | Day 5 | Day 6 | Day 7
*all of these will be links that will load a control into a panel that will contain all the information for the desired week or days.

Any information would be greatly appreciated.
 
C

Craig Deelsnyder

Jim said:
Is there a way to add a user-defined column to the calendar control? For instance, I would like to give the user the ability to select a week at a time or daily tasks for a scheduling application I am working on. Below is a illustration of what I am asking for.

Week 1 | Day 1 | Day 2 | Day 3 | Day 4 | Day 5 | Day 6 | Day 7
*all of these will be links that will load a control into a panel that will contain all the information for the desired week or days.

Any information would be greatly appreciated.

Not that I know of, easily. You could override DayRender and insert
your own controls and add handlers, etc. for each linkbutton as
appropriate. For the week selector, it may look a little goofy, as
whatever you output on a Sunday will still be under the Sunday header
(column), but you could fiddle w/ the layout.
 
S

Saravana [MVP]

Here is a sample code for customizing calendar control, you can also follow
the similar approach,
http://www.aspnet101.com/aspnet101/aspnet/codesample.aspx?code=calChange

--
Saravana
Microsoft MVP - ASP.NET
www.extremeexperts.com



Jim said:
Is there a way to add a user-defined column to the calendar control? For
instance, I would like to give the user the ability to select a week at a
time or daily tasks for a scheduling application I am working on. Below is
a illustration of what I am asking for.
Week 1 | Day 1 | Day 2 | Day 3 | Day 4 | Day 5 | Day 6 | Day 7
*all of these will be links that will load a control into a panel that
will contain all the information for the desired week or days.
 

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

Similar Threads

Taskcproblem calendar 4
Help me 4
Help with code plsss 0
Calendar 1
Calendar control 2
Please critique my code for fun learning project. 5
New coder looking for critique on fun project. 6
Calendar Control 4

Members online

No members online now.

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,187
Latest member
RosaDemko

Latest Threads

Top