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

DayPilot:DayPilotCalendar not working in server

Asked by Anonymous
12 years ago.

Dear There,

Im from India. Im maintaining one existing asp.net 4.0 project with DayPilot:DayPilotCalendar control.

it is working perfect in development machine but its not wroking on our server, that is in the web page its i designed the calendar like below
<DayPilot:DayPilotCalendar id="DayPilotCalendar1" runat="server" HeaderDateFormat="dd/MM/yyyy" OnEventClick="DayPilotCalendar1_EventClick" JavaScriptFreeAction JavaScriptEventAction NonBusinessHours="Hide" Days="7" DataValueField="id" DataTextField="name" DataStartField="start" DataEndField="end" DayFontSize="9" BusinessBeginsHour="8" BusinessEndsHour="22" HourFontSize="16" HeaderHeight="20" TimeFormat="Clock24Hours" EventFontSize="7pt" style="font-size: 5%; color: blue; font-family: Tahoma" HourHeight="50" HourWidth="50" EventHoverColor="LightGray" EventLeftBarColor="Blue"></DayPilot:DayPilotCalendar>

my code behind is
DayPilotCalendar1.DataSource = dt;
DayPilotCalendar1.DataBind();
thats it
i applied this code at page_load event so, i can see the datatable records on the daypilot control, this is working fine in my development machine but its not showing the datatable records from server.

here is the ddl properties

File Description: DayPilot
Type: Application Extension
File Version: 2.3.206.0
Product name: Daypilot
Product version: 2.3.206.0
Copy Right: Copy Right 2005-2007 annpoint.s.r.o
size:44kb
date modified:7/8/2008
language: language neutral

now could you please tell me what might be the problem?

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