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 "
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
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 AlbertLocalization Engineer