I am using CallBack for EventClickHandling Indise the Method DayPilotCalendar1_EventClick () I want to use Redirect It is not allowing me to do so.
Please suggest me the other way of doing the same in code behind inside EventClick method.
To perform a server-side redirect you need to use "PostBack" event handling type.