Click here to Skip to main content
15,881,812 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I'm about to create an ASP.net MVC3 application where I need to make a schedule.

The Schedule has to contain all workers in the company on y-axis, and for each worker there should be days/week/month on the x-axis.

Something like this:




August | September |
--------------------------------------------------------------------------------
Week: 38 | 39 | 40 | 41 |42|43|44|
--------------------------------------------------------------------------------
Date |1|2|3|4|5|6|7|
Name1 |
Name2 |
Name3 |
Name4 |


Something like this


Now comes the tricky part, when admin go in to the system and click on any day for a worker, the color of that specific day has to change, to for example red.

The problem I have right now is, I cant figure out which way will be smartest to do this?

Should I make it with a GridView, or find an external free control? i Would prefer to do it on my own, but i really dont know where to start atm.
Posted
Updated 19-Dec-11 0:20am

1 solution

 
Share this answer
 
Comments
Member 8499822 19-Dec-11 11:45am    
can http://www.daypilot.org/scheduler.html be used as well?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900