Painting colors onto a grid

Mako1985

Member
Joined
Jan 29, 2008
Messages
9
Programming Experience
3-5
Hello everyone, this is one of those where do i start type problems...

I want to make a grid that represents represents an hour of the day for each day of the week as per my example.
schedule.jpg


As you can see, i want it so that you can click and drag the mous (if possible) to paint the grid cels one of 3 colors. Then when the user clicks update, it will update their schedule i the database.

How would I go about this? an <asp:table>?

Any suggestions on this would be greatly appreciated.

Cheers,

-Mark
 
Back
Top