Sys.WebForms.PageRequestManager pageLoading Event
This page is specific to:.NET Framework Version:3.54.0
Sys.WebForms.PageRequestManager pageLoading Event

Raised after the response from the server to an asynchronous postback is received but before any content on the page is updated.

Sys.WebForms.PageRequestManager.getInstance().add_pageLoading(pageLoadingHandler)
Sys.WebForms.PageRequestManager.getInstance().remove_pageLoading(pageLoadingHandler)
Parameters

Term

Definition

pageLoadingHandler

The name of the handler function that will be called.

Remarks

The pageLoading event is raised after the response from the server to an asynchronous postback is received but before any content on the page is updated. You can use this event to provide a custom transition effect for updated content.

For more information about the PageRequestManager event model, see Working with PageRequestManager Events.

See Also

Reference

© 2009 Microsoft Corporation. All rights reserved.   Terms of Use | Trademarks | Privacy Statement
Page view tracker
Rate the Lightweight library
x
Lightweight builds on ScriptFree (loband) by adding features you've requested: a SearchBox and default code language selection.
Do you like the SearchBox?
Do you like the tabbed code blocks?
How useful is this topic?
Tell us more.
Thanks
x
You're helping to improve MSDN Online.
Feedback
Switch View
Classic
Lightweight Beta
ScriptFree
Switch View