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 » DayPilot Lite » Day View in daypilot lite

Day View in daypilot lite

I am using DemoSql folder of DayPilot Lite.

I added dayview.aspx to this folder

Now when i select a day in asp:calender on extreme left

how to show details of that day in dayview

I will really appreciate if you can help me.

648 - 2/28/2008 8:20:59 PM
You will need UpdatePanel form ASP.NET AJAX Extensions to make it work.

Basic requirements:
  • Both Calendar and DayPilotCalendar in the same UpdatePanel (you can use triggers later, but start with this configuration)
  • Handle SelectedDayChanged of the standard Calendar control (I'm writing from memory, it's not the correct name but you wil find it). In the event handler, change StartDate property of DayPilotCalendar and call DayPilotCalendar.DataBind().
Dan Letecky - 2/29/2008 3:49:03 PM
Thank yoy Dan
648 - 3/1/2008 12:20:21 AM
Post reply