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.
There is no default control for scheduling in ASP.NET, no. The link you provided to Code Project looks pretty nice though, and daypilot.org has an open source version. Would that not work for you?
http://www.daypilot.org/daypilot-lite/
精彩评论