ASP. net ajax entry series

Source: Internet
Author: User

ASP. net ajax entry series will write about ASP. net ajax some controls use methods and basic knowledge, some of which are original, some of which are directly translated from the official documentation, this part of the content will be constantly updated.

 

Directory

ASP. net ajax getting started series (1): overview

Introduction: as the beginning of this series of articles, I will briefly introduce the overview and components of ASP. NET AJAX.

 

ASP. net ajax entry series (2): Use the ScriptManager Control

Introduction: The ScriptManager control is included in ASP. NET 2.0 AJAX Extensions, which is used to process all the components on the page and partial page updates, generate the relevant client proxy script so that the Web Service can be accessed in JavaScript, all must support ASP. net ajax asp.. NET page can have only one ScriptManager control. In the ScriptManager control, you can specify the required script library, Web Service called through JS, AuthenticationService and ProfileService, and page error handling.

 

ASP. net ajax entry series (3): Use the ScriptManagerProxy Control

Guide: In ASP. net ajax, because An ASPX page can only have one ScriptManager control, in the case of a master page, if you need to introduce different scripts in Master-Page and Content-Page, you need to use ScriptManagerProxy in Content-page instead of ScriptManager, scriptManager and ScriptManagerProxy are two very similar controls.

 

ASP. net ajax getting started series (4): Using UpdatePanel controls (1)

Introduction: UpdatePanel can be used to create a wide range of local update Web applications, which are ASP. NET 2.0 AJAX Extensions is a very important control. Its strength is that no client script is required, you only need to add several UpdatePanel controls and a ScriptManager control to a page to automatically implement local update. This article describes how to use UpdatePanel (article 1 ).

 

ASP. net ajax getting started series (5): Using UpdatePanel controls (2)

Introduction: UpdatePanel can be used to create a wide range of local update Web applications, which are ASP. NET 2.0 AJAX Extensions is a very important control. Its strength is that no client script is required, you only need to add several UpdatePanel controls and a ScriptManager control to a page to automatically implement local update. This article describes some other use methods of UpdatePanel (article 2 ).

 

ASP. net ajax entry series (6): Brief introduction to the UpdateProgress Control

Guide: In ASP. in net ajax Beta2, The UpdateProgress control has been moved from "value-added" CTP to ASP. net ajax core, this article briefly introduces some of its basic usage, translated from the official documentation.

 

ASP. net ajax entry series (7): use client scripts to program UpdateProgress

In this article, we will compile JavaScript to extend the UpdateProgress Control Using Client behavior. The client code will use ASP. in the. net ajax Library, PageRequestManager adds a Button in the UpdateProgress control to allow users to cancel asynchronous updates and use the client script to display or hide the progress information, which is translated from official documents.

 

ASP. net ajax entry series (8): custom exception handling

Introduction: When UpdatePanel controls are asynchronously updated, if an error occurs, an Alert dialog box is displayed by default, which is unfriendly to users, this article describes how to customize exception handling in the server and client scripts and translate them into official documents.

 

ASP. net ajax entry series (9): Use UpdatePanel on the master page

This document describes how to use the UpdatePanel control on the master page and translate it from the official document.

 

ASP. net ajax entry series (10): simple use of Timer controls

Introduction: This article uses a simple example to refresh the Web page at a certain interval to learn about the simple use of the server Timer control in ASP. net ajax.

 

ASP. net ajax entry series (11): Use Timer controls in multiple UpdatePanle

This article uses the Timer control to update two UpdatePanel controls. The Timer control is placed outside the UpdatePanel control and configured as the UpdatePanel trigger.

Author: TerryLee
Source: http://terrylee.cnblogs.com
The copyright of this article is shared by the author and the blog Park. You are welcome to repost this article. However, you must retain this statement without the author's consent and provide a clear link to the original article on the article page. Otherwise, you will be held legally liable.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.