Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Stops all updates that would occur as a result of an asynchronous postback.
Sys.WebForms.PageRequestManager.getInstance().abortPostBack();
Remarks
The abortPostBack method stops the currently executing postback. To cancel a new postback, provide an event handler for the initializeRequest event and use the cancel event of the Sys.CancelEventArgs class.