When I do a
Sys.WebForms.PageRequestManangerParserErrorException occurs.
error occurs sometimes, hard to reproduce but appears reproductable.
It appears not so often if I use
Thanx
Matthias
Response.Redirect(
"somepage")
in the AppointmentCreate-event or the nserted event of the Scheduler, aSys.WebForms.PageRequestManangerParserErrorException occurs.
error occurs sometimes, hard to reproduce but appears reproductable.
It appears not so often if I use
ajaxMgr.Redirect(
"create_schedule.aspx");
But it also appears sometimes with that approach.Thanx
Matthias