Tutorials

Beginner

Database & Event Moving (Calendar)

[C# source] [VB.NET source] [embedded SQLite DB]

calendar150x49.png

  • Week view
  • Drag&drop event moving

Database & Event Moving (Scheduler)

[C# source] [VB.NET source] [embedded SQLite DB]

scheduler150x46.png

  • Year view, 15 resources
  • Drag&drop event moving

Navigator Integration (Calendar)

[C# source] [VB.NET source] [embedded SQLite DB]

main150x72.png

  • Integration with DayPilot Navigator
  • Week view
  • Drag&drop event moving

Intermediate

SQL Server, UpdatePanel, ModalPopupExtender (Calendar)

[C# source] [VB.NET source] [SQL Server]

calendar-sql150x65.png

  • SQL Server connection using SqlDataSource
  • Modal popup using ModalPopupExtender
  • UpdatePanel partial PostBacks mixed with fast internal CallBacks
  • System.Web.UI.Calendar used for navigation

SQL Server, UpdatePanel, ModalPopupExtender (Month)

[C# source] [VB.NET source] [SQL Server]

month-calendar-thumb-150.png

  • SQL Server connection using SqlDataSource
  • Modal popup using ModalPopupExtender
  • UpdatePanel partial PostBacks mixed with fast internal CallBacks
  • DayPilot MonthPicker used for navigation

Hotel Room Booking (Scheduler)

[C# source] [VB.NET source] [embedded SQLite DB]

scheduler-hotel150x52.png

  • Colors indicating the reservation phase
  • Rules for reservation updates (overlap forbidden, past reservations)
  • Filters for visible rooms (based on drop-down)
  • Modal dialog for event creating and editing
  • Message bar notification about user action result

Advanced

Recurrent Events (Calendar)

[C# source] [VB.NET source] [SQL Server]

calendar-recurrence-150.png

  • Displays recurring events
  • Integrated dialog for recurrence rule editing
  • Supports rule exceptions
  • Recurrence data stored in a single database field (SQL Server)

DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java