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.
Hi Elizabeth,
It works.
This sample which I tried is the hardcoded structure of the dataset.But I need to connect to sqlserver using sqldatasource
Have you worked with the sqlserver database.
I need to create the tables and use the CRUD statements to update my database.
Any sample project or steps to follow will be most helpful.
I am not very familiar with WebSchedule using sqlserver database. I saw your other post about connecting to sqlserver, so we'll see what reply that gets.
In the meantime, I found this help topic, which might be helpful.
Hello Elizabeth,
I am using this link only to connect to the sql server.
The calendar is displaying empty.
It has got two select parameters which is not found in the database structure.
If I get the correct script to create tables,it could be helpful.
Your other forum post about connecting to SQL server has been answered by one of our ASP.NET developers. That forum post seems to be the same question that we've come down to here. Please check that thread and see if it answers your question.
Thanks Elizabeth.
The CRUD statements works fine.