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

Uncaught Error: Sys.WebForms.PageRequestManagerTimeoutException: Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ScriptManager1

0 Answers 504 Views
ScriptManager and StyleSheetManager
This is a migrated thread and some comments may be shown as answers.
章民
Top achievements
Rank 1
章民 asked on 01 Jun 2017, 07:03 AM

I use the RadScriptManager to run some javascript to draw some graphics. But I get some timeout about Telerik.

I used the Javascript successfully for another case, but this case has timeout problem.
RadScriptManager.RegisterStartupScript(this, this.GetType(), "TPR_Initial_Command", jsResultInit, true);

 

I do not know what happens. Does somebody know how to solve this timeout problem?

These are the error message apear in the google chrome's console window:

"伺服器要求逾時" in English means the Server's request is timeout.

 

Uncaught Error: Sys.WebForms.PageRequestManagerTimeoutException:
Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ScriptManager1_TSM&compress=1&_TSM_CombinedScripts…:6 Uncaught Error: Sys.WebForms.PageRequestManagerTimeoutException: 伺服器要求逾時。
    at Function.Error.create (Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ScriptManager1_TSM&compress=1&_TSM_CombinedScripts…:6)
    at Sys.WebForms.PageRequestManager._createPageRequestManagerTimeoutError (Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ScriptManager1_TSM&compress=1&_TSM_CombinedScripts…:15)
    at Sys.WebForms.PageRequestManager._onFormSubmitCompleted (Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ScriptManager1_TSM&compress=1&_TSM_CombinedScripts…:15)
    at Array.<anonymous> (Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ScriptManager1_TSM&compress=1&_TSM_CombinedScripts…:6)
    at Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ScriptManager1_TSM&compress=1&_TSM_CombinedScripts…:6
    at Sys.Net.WebRequest.completed (Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ScriptManager1_TSM&compress=1&_TSM_CombinedScripts…:6)
    at Sys.Net.XMLHttpExecutor._onTimeout (Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ScriptManager1_TSM&compress=1&_TSM_CombinedScripts…:6)
    at Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ScriptManager1_TSM&compress=1&_TSM_CombinedScripts…:6

No answers yet. Maybe you can help?

Tags
ScriptManager and StyleSheetManager
Asked by
章民
Top achievements
Rank 1
Share this question
or