xScheduler for ASP.NET consists of 3 parts: a DHTML control, an ASP.NET web control, and
an appointment web scheduler application.
xScheduler DHTML(Javascript)
- Daily appointment calendar interface with resources in column headings and time slots in rows
- Javascript API to add/delete/update resources and appointments
- Control look of scheduler using style sheet.
- Handle javascript events such as APPOINTMENT_CLICK, RESOURCE_MOUSEOVER, etc… to extend scheduler UI
- Move appointments with simple drag and drop
- Include several samples that demonstrate various features
- Provide API documentation and source code
xScheduler Web Control(ASP.NET)
- Auto-generates all the javascript to draw DHTML XScheduler
- Drag and drop web control onto a webpage in Visual Studio designer
- Change XScheduler properties in Visual Studio
- Override client-side javascript events
- Dynamically add XScheduler control in code-behind
- Full support both Internet Explorer and Firefox
- Include several samples that demonstrate various features of control
- Provide API documentation and source code
Appointment Scheduler web application (ASP.NET)
- Auto-generates all the javascript to draw DHTML XScheduler
- Drag and drop web control onto a webpage in Visual Studio designer
- Change XScheduler properties in Visual Studio
- Override client-side javascript events
- Dynamically add XScheduler control in code-behind
- Full support both Internet Explorer and Firefox
- Include several samples that demonstrate various features of control
- Provide API documentation and source code