What I am trying to do: Scheduling appointments.
The user creates a schedule, opening and closing time for each day and the number of bookable slots. As an example the user creates a week Mon - Fri from 0800 to 1600 with bookable slots every 30 min. And Sat-Sun 1000-1300. This is added to a database.
The problem: How do I present this in a grid pattern, mon-sun on the horizontal and the time on the vertical (remember that the days can differ). WITH an clickable link/button in each cell that indicates the time that has been clicked on..
Thanks..
Loading
Posted Oct 15, 2010, 11:04 PM
http://www.codeproject.com/KB/custom-controls/schedule.aspx
http://www.asp.net/community/control-gallery/Item.aspx?i=836
http://geekswithblogs.net/mnf/archive/2007/05/08/Schedule-Asp.NET-controls-with-Source-CodeAgain.aspx
http://www.componentone.com/SuperProducts/ScheduleASPNET/
http://www.daypilot.org/demo/Lite/
http://www.codeproject.com/KB/webforms/EventCalendarControl.aspx
http://www.ultraapps.com/app_overview.php?app_id=19
http://ext-scheduler.com/examples.html
http://www.infragistics.com/dotnet/netadvantage/aspnet/webschedule.aspx#Overview