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

Whats the best method to populate a daypilotScheduler

Asked by John
15 years ago.

At the moment I use a SQL datasource on the same webpage as the daypilotScheduler.

Is this the best way, or would it be better to do this programatically using a SQLcommand in the code behind page?

Comment posted by Dan Letecky
15 years ago.
SqlDataSource is OK.

Sometimes, it is necessary to do other operations on the data source before it's bound to DayPilot (e.g. add a app-layer-calculated column, expand the recurrent events into multiple records). In those cases it would be easier to fill the DataTable manually (using SqlDataAdapter.Fill()).
This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.