Sys.WebForms.PageRequestManager getInstance Method
Returns the instance of the PageRequestManager class for the page.
var prm = Sys.WebForms.PageRequestManager.getInstance();
Return Value
The current instance of the PageRequestManager class. You do not create a new instance of the PageRequestManager class directly. Instead, an instance is available when partial-page rendering is enabled.