عرض مشاركة واحدة
قديم 14-06-2008, 02:34 AM
  #4
ماجد الخليفي
عضو ذهبي
 الصورة الرمزية ماجد الخليفي
تاريخ التسجيل: Apr 2006
المشاركات: 15,133
ماجد الخليفي has a reputation beyond reputeماجد الخليفي has a reputation beyond reputeماجد الخليفي has a reputation beyond reputeماجد الخليفي has a reputation beyond reputeماجد الخليفي has a reputation beyond reputeماجد الخليفي has a reputation beyond reputeماجد الخليفي has a reputation beyond reputeماجد الخليفي has a reputation beyond reputeماجد الخليفي has a reputation beyond reputeماجد الخليفي has a reputation beyond reputeماجد الخليفي has a reputation beyond repute
افتراضي رد : كرماً وليس أمراً ابغى ترجمة هذي الجملة

ابو غادة
اعتقد هذه المشكلة وحلها ...هذا شخص لديه نفس الموضوع

Sys.WebForms.PageRequestManagerTimeoutException - The server request timed out - error

Last week I had a problem when I tried to export an image from the AGS 9.2 to a pdf file.

I got this error: “Sys.WebForms.PageRequestManagerTimeoutException The server request timed out” from

the Ajax Extension framework. Its occurred because the export operation was relatively long (something like 2

minutes) and the Ajax Extension Callback framework had a timeout.


How to solve this problem?

To solve this problem we can increase the timeout. You can change the timeout time by adding a new property

to the script manager control. This property is called AsyncPostBackTimeOut and it can help us to define the

number of seconds before the request will throw a request timeout exception*.

For example if you want that the timeout will take maximum 10 minutes your code should be look like this:

<asp:ScriptManager ID=”ScriptManager1″ runat=”server”

AsyncPostBackTimeOut=”600″ >
ماجد الخليفي غير متواجد حالياً