0 out of 2 rated this helpful - Rate this topic

Sys.WebForms.PageRequestManager getInstance Method

Returns the instance of the PageRequestManager class for the page.

var prm = Sys.WebForms.PageRequestManager.getInstance();

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.