I have set: OnTimeRangeSelected="DayPilotCalendar1_TimeRangeSelected" TimeRangeSelectedHandling="HoldForever" as I like the context Menu. I set <DayPilot:DayPilotMenu ID="menuSelection" runat="server"><DayPilot:MenuItem Text="Add A Passenger" Action="PostBack" /> and have added a response.redirect directive in the timerangeselected code behind but the postback never triggers. am I missing something obvious here? I am using Firefox 3.0.3
Thanks