DemoSql Day selection

Asked by 648
18 years ago.
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.

Comment posted by 648
18 years ago.
The solution is DayPilotCalendar1.StartDate = e.StartDate;
Comment posted by Dan Letecky
18 years ago.
Thanks for posting the solution!

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