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
Thanks Elizabeth.
The CRUD statements works fine.
Hello ssvan,
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.
Elizabeth AlbertLocalization Engineer
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.
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.
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.