Click here to Skip to main content
15,908,901 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to make an event planner ...

While doing so, I am facing problem to develop an event viewer page....
on which space will be filled by any color according to the
duration of an event....
I mean to say:

If any event's (eg. EventTitle:Shopping Category:personal) duration is 8am to 11am then the column gets filled by any color suppose red,
and if the there is another event (eg. Eventtitle:Teaching Category:school) from duration 1pm to 5pm then the length occupied between 1 pm to 5pm gets filled by green color.

I am little bit confused what control should i use to develop this in perfect manner.

pls suggest something.
Posted
Updated 3-Feb-11 22:43pm
v2

This[^] may help.
 
Share this answer
 
Decide for which duration which color you want to give.

Find out the duration of the event.

And then depending on the duration set the background color of progress bar most probably div with the color for that duration.
 
Share this answer
 
v2

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