Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
ASP.NET Reference
Client Reference
 pageLoading Event

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
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)

Term

Definition

pageLoadingHandler

The name of the handler function that will be called.

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.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker