Hi,
I am trying to implement Forms/AddAppointment.aspx page my webscheduleInfo.
What is the Resources.strings namespace? It gives me error on page.Where do I find this?
Resources.strings.JS_ComboBox_AM on this line.
Thanks
Hello ssvan,
The AddAppointment dialog should be available without having to implement the same functionality. If you add a schedule view control (WebMonthView, WebDayView, etc.) and connect it to a WebScheduleInfo, when you run the project and double click on a timeslot, the Add Appointment dialog should appear.
To directly answer your question, that is a reference to an internationalized string from a .resx file (WebSchedule/Forms/App_GlobalResources/strings.resx). Again, you shouldn't have to rebuild the AddAppointment.aspx source code in order to get this dialog to appear. It is already included in the WebSchedule assembly.
Let me know if I misunderstood your question.
Elizabeth AlbertLocalization Engineer
Hello,
Thanks for the reply.
I used the example code "GenericDataProvider to DataSet" in the sample section.
The month view is displayed but when i click the next button it is not displaying any dates for the user and just the control alone is displayed.
Also when I double clicked it gives Resource not found error.
It is looking for the page in this path with my localhost string.
this.wsInfo.AppointmentFormPath = "forms/AppointmentAdd.aspx";
Am I missing anything.