I have two questions regarding the webSchedule and calendar controls:
1) Does anyone have any good links to any tutorials for using these controls. I've been having a hard time finding basic "getting started" info on Google.
2) For this specific application, I'm adding some calendar views to an existing application. It tracks time-off from work, stored in a SQLServer database, with our own schema. All I need is basically a read-only calendar display to show some data. Is it possible for me to run my queries in the code-behind section and create a dataTable (or something similar) to plug into the calendar? I have a lot of experience doing this with gridViews, and I was wondering how similar this is.
Thanks for your time.
Would it be possible to fix the pages that you link to, they both give an error.
Thanks
BR
René
1) This page takes WebSchedule from the top and has been recommended as a starting point before,https://ko.infragistics.com/help/aspnet/web-webschedule
2) For a DIY schema, you might want to try WebScheduleGenericDataProvider,https://ko.infragistics.com/help/aspnet/webschedulegenericdataprovider-about-webschedulegenericdataprovider
HTH