1. You must set EventClickHandling property to UserActionHandling.PostBack. Otherwise it calls the JavaScript defined in JavaScriptEventAction property.
2. If you mean the same MessageBox.Show() as I do, it's not available in ASP.NET (only Windows Forms).
Comment posted by Anonymous 19 years ago.
Hey
i actually have the same problem.
i'm using the free version and when i put the eventClickHandling property to Postback, it does do a postback (so no more javascript) but it does not execute my code written in
protected void DayPilotCalendar1_EventClick(string pk) { //stuff i want to do }
he just does not enter this methode, since i toggled a breakpoint and he never stops there
anything you can advise me to try?
Comment posted by Dan Letecky 19 years ago.
OK, I've tried it myself with DayPilot 2.1 SP3 to make sure that everything works.
It seems that you are missing OnEventClick property in .aspx. This is how the source should look: