This documentation is for a previous version. For the current released version, see the ASP.NET Ajax documentation on MSDN.
The Sys.WebForms namespace contains classes related to partial-page rendering in the Microsoft AJAX Library.
Name
Description
BeginRequestEventArgs Class
Used by the beginRequest event of the PageRequestManager class to pass argument information to event handlers.
EndRequestEventArgs Class
Used by the endRequest event of the PageRequestManager class to pass argument information to event handlers.
InitializeRequestEventArgs Class
Used by the initializeRequest event of the PageRequestManager class to pass argument information to event handlers.
PageLoadedEventArgs Class
Used by the pageLoaded event of the PageRequestManager class to send event data that represents the UpdatePanel controls that were updated and created in the most recent postback.
PageLoadingEventArgs Class
Used by the pageLoading event of the PageRequestManager class to send event data that represents the UpdatePanel controls being updated and deleted as a result of the most recent postback.
PageRequestManager Class
Manages client partial-page updates of server Microsoft.Web.UI.UpdatePanel Class controls. In addition, defines properties, events, and methods that can be used to customize a Web page with client script.
Sys.WebForms Exceptions
Defines exceptions that can occur during partial-page updates.
Copyright © 2005 - 2007 Microsoft Corporation. All rights reserved.