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
20
WebSchedule Info Control
posted

I have used the webschedule Info Control in my ASp.net Application in which when i double click any Webdayview or webmonthview

I am getting the below error.. Also i added the AppointmentAdd.aspx,  AppointmentAdd.ascx files. but i do no where to change this path from which it is checking " /ig_common/20121clr4/Forms/WebSchedule/AppointmentAdd.aspx "

The resource cannot be found.

Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.

Requested URL: /ig_common/20121clr4/Forms/WebSchedule/AppointmentAdd.aspx


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272

Parents
No Data
Reply
  • 8607
    Offline posted

    Hello DineshKumar BalaSubr,

    You can set the AppointmentFormPath and ReminderFormPath on the WebScheduleInfo control.

    <igsch:WebScheduleInfo ID="WebScheduleInfo1" runat="server" 
            AppointmentFormPath="[path]/AppointmentAdd.aspx" 
            ReminderFormPath="[path]/Reminder.aspx">
    </igsch:WebScheduleInfo>

    This forum post might help you.


    Elizabeth Albert
    Localization Engineer 

Children
No Data