Sys.WebForms.PageRequestManager endRequest Event
Raised after an asynchronous postback is finished and control has been returned to the browser.
Sys.WebForms.PageRequestManager.getInstance().add_endRequest(endRequestHandler) Sys.WebForms.PageRequestManager.getInstance().remove_endRequest(endRequestHandler)
The endRequest event is raised after an asynchronous postback is finished and control has been returned to the browser. You can use this event to provide a notification to users or to log errors.
For more information about the PageRequestManager event model, see Working with Partial-Page Rendering Events.
Show: