MS Ajax Client Life-Cycle Events
MS Ajax Client Life-Cycle Events
Sys.WebForms.PageRequestManager Events
initializeRequest beginRequest Raised during initialization of an asynchronous postback. Raised before processing of an asynchronous postback starts, and the postback request is sent to the server. If there is a postback already processing, it is stopped using the abortPostBack method. Raised after a response to an asynchronous postback is received from the server, but before any content on the page is updated. Raised after all content on the page is refreshed as the result of either a synchronous or an asynchronous postback. Raised after an asynchronous postback is finished and control has been returned to the browser. If an error occurs, the page is not updated. Use this event to provide customized error notification to users or to log errors.
Sys.Application Events
init load Raised only once when the page is first rendered after all scripts have been loaded, but before objects are created. Raised after all scripts have been loaded and objects in the application have been created and initialized. Raised also for all postbacks to the server, which includes asynchronous postbacks. Raised before all objects in the client application are disposed. During this event you should free any resources that your code is holding.
unload
Based on Microsoft AJAX Library 1.0 Compiled by Milan Negovan www.AspNetResources.com Last update: 2007-08-08