search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Using SQL with DayPilot

Asked by Ammar
9 years ago.

I love Daypilot and looking into purchasing the pro version now.
I am familiar with .net and my first thought was to used sql with asp.net forum. However, I noticed that the application what somewhat slow to respond sometimes, so I am looking into using JS version instead.
I am however not very familiar with how to integrate the javascript Dailypilot with SQL?
Any help on the subject?

Best wishes

Answer posted by Dan Letecky [DayPilot]
9 years ago.

Take a look at the following tutorial:

http://code.daypilot.org/17910/html5-event-calendar-open-source

It uses the Lite version to show how to load data and handle events using a very light-weight server-side part. It uses simple jQuery $.post() calls to submit changes. The data is loaded in JSON format. This makes the server-side part very thin.

It includes examples for PHP and ASP.NET MVC but you can easily implement the server-side part in ASP.NET WebForms. Just you will be returning JSON responses.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.