With the Radscheduler that I am creating, I need to have stored procedures that do the insert, update, delete.
The closest example that I found to what I need is at:
http://www.dotnetfunda.com/articles/article1101-how-to-use-telerik-scheduler-to-display-appointments-in-aspnet-part-i-.aspx
As the example is not complete, I am not sure how to proceed with getting the update, delete fired. I am also concerned about how if the user creates a new appointment, how I would insert and then update the table so that they can delete it. If you can please expand on the example that was provided above as this is somewhat a urgent need.
Thank you in advance.
The closest example that I found to what I need is at:
http://www.dotnetfunda.com/articles/article1101-how-to-use-telerik-scheduler-to-display-appointments-in-aspnet-part-i-.aspx
As the example is not complete, I am not sure how to proceed with getting the update, delete fired. I am also concerned about how if the user creates a new appointment, how I would insert and then update the table so that they can delete it. If you can please expand on the example that was provided above as this is somewhat a urgent need.
Thank you in advance.