Scheduler for asp.net ?

Posted by user359706 on Stack Overflow See other posts from Stack Overflow or by user359706
Published on 2010-06-15T13:12:59Z Indexed on 2010/06/15 15:12 UTC
Read the original article Hit count: 154

Filed under:
|
|

Is there a schedule control in asp.net.

What I need: column display: users Rows display : months and days.

On clicking cell will open a popup

In popup we can : - select a status in a dropdownList, - if the status is "be close" => two calendars ( date start and end) - then apply a color for the selected period.

I know I would not find an exact need control, but I want a component that would be closest. Somethink like http://www.daypilot.org/ or http://www.codeproject.com/KB/webforms/EventCalendarControl.aspx.

hoping to be clearly understandable.

thank you for your help will be precious to me.

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET