HiI am new in this forum and first time working with infragistics...I am using web scheduler in my web application. while i am double clicking on the day view control, page throw an error that resource not found.I have already checked in ig_common virtual directory and the AppointmentAdd page is already there.I am using below code to call AppointmentAdd.aspx page.this.WebScheduleInfo1.AppointmentFormPath = "../Forms/AppointmentAdd.aspx";this.WebScheduleInfo1.ReminderFormPath = "../Forms/Reminder.aspx";So please suggest or help me out. it is argent for me.
If you did not change the location of WebSchedule forms then you don't need to set the Paths in codebehind.
By default the page will look in ig_common virtual directory for these forms.
So remove the codebehind code and it should work.
Thanks levon,
It great, this is working now.One more thing, that when i save the appointment in the appointment window and restart the application again, the appointment just got flush.So can you please suggest how can we save the appoinment in the datasource or any datafile like xml..Thanks in advance....