With RadScheduler control of version 2008.3.1125.35, we are using Localization-ConfirmDeleteText for showing confirmation message while deleting an appointment. At run time, when user cancels deleting appointment, it sets IsPostBack property of the page to false.
eg. steps are as follow,
1. Click on "X" to delete an appointment. It will show confirmation message.
2. select "cancel"
3. repeat step.1
4. select "ok"
Here, after pressing "ok", Page_load will run twice. Once for selecting "cancel" that sets IsPostBack to "FALSE", and second for selecting "ok" that sets IsPostBack to "TRUE".
Waiting for the suggestions.
Thanks,
Venu