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.
Begins an asynchronous postback.
Sys.WebForms.PageRequestManager.getInstance().beginAsyncPostBack(updatePanelsToUpdate, eventTarget, eventArgument, causesValidation, validationGroup);
Parameters
Term |
Definition |
---|---|
updatePanelsToUpdate |
(Optional) An array of UniqueID values or ClientID values for UpdatePanel controls that must be re-rendered. |
eventTarget |
(Optional) A string that contains the target of the event. |
eventArgument |
(Optional) A string that contains an argument for the event. |
causesValidation |
(Optional) true to cause validation. |
validationGroup |
(Optional) A string that contains the name of the validation group. |
Remarks
Begins the process of an asynchronous postback.