the page processing of the ajax request is throwing an error. session
timeout can cause this, or any processing error on the page.
ajax pages should almost never through errors, they shoudl have code to
recover from almost all errors.
-- bruce (sqlwork.com)
> I am getting an error Sys.WebForms.PageRequestManagerServerErrorException:
> An unknown error occured while processing the request on the server. The
[quoted text clipped - 3 lines]
> leave it for a while, then click on a linkbutton within an update panel.
> Has anyone experienced this behavior?
Monty - 11 Sep 2007 22:41 GMT
Hi Bruce, any recommendations on how to handle this error if the session has
expired? TIA.
Neeraj PN - 13 Sep 2007 12:39 GMT
Hi,
I am also facing the same issue, can anyone suggest me a method to
overcome this.
Best Regards,
Neeraj
Jeremy - 17 Sep 2007 22:04 GMT
Thanks for the reply. The odd thing is that I do not get this behavior on
my local machine though. Even if I do an IISreset on my local machine, the
next ajax request still works, but not on our production server.
> the page processing of the ajax request is throwing an error. session
> timeout can cause this, or any processing error on the page.
[quoted text clipped - 12 lines]
>> leave it for a while, then click on a linkbutton within an update panel.
>> Has anyone experienced this behavior?