DayPilot Forums

DayPilot is the best open-source Outlook-like calendar control for ASP.NET.
DayPilot Pro Demo (Calendar control)
» DayPilot Pro live demo (Calendar control)
DayPilot Pro Demo (Scheduler control)
» DayPilot Pro live demo (Scheduler control)
Home » How To » DemoSql Day selection

DemoSql Day selection

Hi Dan,

I am using DemoSQL of your DayPilot Lite. Now when you change date in the left hand side asp:calender you are setting

DayPilotCalendar1.StartDate = DayPilot.Utils.Week.FirstDayOfWeek();

I want to set DayPilotCalendar1.StartDate = day selected in asp:calendar

How to do this?

Please help me.

648 - 2/28/2008 9:38:52 PM
The solution is DayPilotCalendar1.StartDate = e.StartDate;
648 - 2/29/2008 6:18:24 PM
Thanks for posting the solution!
Dan Letecky - 3/3/2008 3:27:21 PM
Post reply