Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
45
error while retrieving the AppointmentAdd.aspx file in case of web scheduler.
posted

Hi

I 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.

Parents
  • 314
    Verified Answer
    posted

    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.

     


     


Reply Children