Hi,
In my scheduler, I would like to display a javascript ok cancel pop up when an event is clicked. If the user clicks on ok, I would like to delete that event. I already have the code to delete the event in Event Click method in code behind but need the ok from javascript pop up before actually executing the sql command. I am using EventClickHandling=Postback and then ClientScript.IsStartupScriptRegistered to display the pop up message. I can't figure out how to pass the value of e back to the EventClick method to continue with the deleting.
I would appreciate any suggestions, Thanks.