This is a migrated thread and some comments may be shown as answers.

Sys.WebForms.PageRequestManagerTimeoutException: The server request timed out.

1 Answer 858 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jay Dedhiya
Top achievements
Rank 1
Jay Dedhiya asked on 20 Jul 2009, 05:33 AM
Hello Telerik,

We have a rad grid control on a page. When the large amount of data is to be displayed, following error is thrown:

Sys.WebForms.PageRequestManagerTimeoutException: The server request timed out.

Please provide the solution for this as soon as possible.

Thanks

1 Answer, 1 is accepted

Sort by
0
Mira
Telerik team
answered on 22 Jul 2009, 02:56 PM
Hi Jay,

I suggest you to view the help topic on Error Handling For Ajax Requests on how handler the received error. Another option is to set the AsyncPostBackTimeout property of the ScriptManager to a larger value and see if it makes any difference:
 
<asp:ScriptManager ID="ScriptManager1" runat="server" AsyncPostBackTimeout="5000" /> 
 
 

I hope that this solves your problem. Please contact us on any further issues.

Best wishes,
Mira
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
General Discussions
Asked by
Jay Dedhiya
Top achievements
Rank 1
Answers by
Mira
Telerik team
Share this question
or