Rate This Content
MSDN
MSDN Library
Visual Studio 2008
Visual Studio

  Switch on low bandwidth view

We were unable to locate this content in hi-in.

Here is the same content in en-us.

This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
AJAX Server Controls

The topics in this section describe how to work with ASP.NET Web server controls that enable you to add AJAX functionality to an ASP.NET Web page. AJAX functionality includes refreshing parts of a page with a partial-page update and therefore avoiding a full-page postback.

ScriptManager Control Overview

Manages client script for AJAX-enabled ASP.NET pages. By default, the ScriptManager control registers the script for the Microsoft AJAX Library with the page. This enables client script to use the ASP.NET AJAX type system extensions and to support features such as partial-page rendering and Web-service calls.

Timer Control Overview

Performs postbacks at defined intervals. If you use the Timer control with an UpdatePanel control, you can enable partial-page updates at a defined interval. You can also use the Timer control to post the whole page.

UpdatePanel Control Overview

Enables you to refresh selected parts of the page instead of refreshing the whole page with a postback. An ASP.NET Web page that contains a ScriptManager control and one or more UpdatePanel controls can automatically participate in partial-page updates, without custom client script.

UpdateProgress Control Overview

Enables you to provide status information about partial-page updates in UpdatePanel controls.

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