Hi Experts,
I have Rad-Scheduler component on my aspx page, i wrote the code for insert appointment and it is working fine for me. It saves the appointment into database and displays on rad-scheduler. However when I try to edit any appointment I am not getting updated values. Here is my code....
protected void RadScheduler1_AppointmentUpdate(object sender, AppointmentUpdateEventArgs e)
{
string upd = e.ModifiedAppointment.Subject;
string org = e.Appointment.Subject;
}
Above both the case I am getting similar values.
Can any one tell me how to fix that.
Further more I am unable to select multiple timeslots from my mouse in rad-scheduler.
Thanks,
Mohsin
I have Rad-Scheduler component on my aspx page, i wrote the code for insert appointment and it is working fine for me. It saves the appointment into database and displays on rad-scheduler. However when I try to edit any appointment I am not getting updated values. Here is my code....
protected void RadScheduler1_AppointmentUpdate(object sender, AppointmentUpdateEventArgs e)
{
string upd = e.ModifiedAppointment.Subject;
string org = e.Appointment.Subject;
}
Above both the case I am getting similar values.
Can any one tell me how to fix that.
Further more I am unable to select multiple timeslots from my mouse in rad-scheduler.
Thanks,
Mohsin