How to display bar starting from one date to another date in ASP.NET 2.0 Calendar Control

Mar 31 2007 7:50 AM
I need help regarding ASP Calendar control. I am developing one page in
which I am displaying a calendar (month view) using ASP Calendar control.

And I am displaying jobs on particular day. i.e. if job starts on March 1
then I will have to display that job on March 1 cell and so on.

Now what I need to do is to display a bar in the calendar as per the start
date and end date of the particular job. i.e. if job starts on March 1 and
ends on March 5 then I will have to display a bar starting from March 1 to
March 5 and that particular job number on this bar just like Google
Calendar. When we create an event in Google Calendar from one date to
another date, you will get to see one bar displaying from one date to
another date.

So could i do the same in ASP.NET 2.0? Please reply