Dear users,
for a winform application i use a database like in the attached picture suggest-db.jpg with success, inspired and modified for my app starting from http://www.telerik.com/blogs/data-binding-with-radscheduler-for-winforms.
Here in a 2nd table AppointmentsResources the AppointmentID and the ResourceID is stored.
Is it possible to use the same db structure for ASP.NET AJAX scheduler because there a different datasources is used for the ResourceTypes Collection.
For me it seems not, because i can't update my AppointmentsResources table, just the dataset for the scheduler itself.
Any suggestion how to bring my resource value into AppointmentsResources.
Or must i have a seperate field for every resourcetype im my Appointment Table.
Kind regards
Martin