Asp.Net Ajax UpdatePanel : browser timeout

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?QWxwaGFwYWdl?=

    Asp.Net Ajax UpdatePanel : browser timeout

    Hello,

    I want to know how I can catch using javascript when the browser closes the
    request because of a browser timeout.
    I want to send a new request if that happens.

    Thanks in advance for your help.
  • =?Utf-8?B?YnJ1Y2UgYmFya2Vy?=

    #2
    RE: Asp.Net Ajax UpdatePanel : browser timeout

    use the Sys.WebForms.Pa geRequestManage r's endRequest event. you can check the
    error, and handle however you want.

    -- bruce (sqlwork.com)


    "Alphapage" wrote:
    Hello,
    >
    I want to know how I can catch using javascript when the browser closes the
    request because of a browser timeout.
    I want to send a new request if that happens.
    >
    Thanks in advance for your help.

    Comment

    • =?Utf-8?B?QWxwaGFwYWdl?=

      #3
      RE: Asp.Net Ajax UpdatePanel : browser timeout

      Ok, now I can catch the browser timeout error, but how can I (re)execute the
      same request from endRequest ?

      Comment

      Working...