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

DemoSql Day selection

Asked by 648
16 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
16 years ago.
The solution is DayPilotCalendar1.StartDate = e.StartDate;
Comment posted by Dan Letecky
16 years ago.
Thanks for posting the solution!
This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.