TAILIEUCHUNG - ASP.NET AJAX Programmer’s Reference - Chapter 19

UpdatePanel and ScriptManager AJAX Khung mở rộng khung thêm hỗ trợ cho một loại mới của postback trang cho phép những gì được gọi là trang dựng hình không đồng bộ một phần hoặc cập nhật. Vẽ trang một phần không đồng bộ được đặc trưng bởi các đặc tính sau đây: | UpdatePanel and ScriptManager The AJAX Framework extends the Framework to add support for a new type of page postback that enables what is known as asynchronous partial page rendering or updates. The asynchronous partial page rendering is characterized by the following characteristics The values of the form elements are posted through an asynchronous HTTP request allowing the end user to interact with the page while the request makes its way to the server and processed by the server-side code and the server response makes its way back to the client. The asynchronous nature of the client-server communications goes a long way to improve the interactivity responsiveness and performance of AJAX applications. When the server response arrives only designated portions of the page are updated and re-rendered. The rest of the page remains intact hence the name partial page rendering. AJAX developers must use UpdatePanel server controls to tell the AJAX Framework which regions of a page must be updated on an asynchronous page postback. Enabling Asynchronous Partial Page Rendering One of the great advantages of the AJAX partial page rendering feature is that you can enable it declaratively without writing a single line of client script. Enabling partial page rendering for an page takes two simple steps Add a single instance of the ScriptManager server control to the .aspx page Every page can contain only one instance of the ScriptManager server control. Add one or more UpdatePanel server controls to designate portions of the page that you want to have updated when an asynchronous page postback occurs Listing 19-1 presents a page that consists of two sections. The page uses an UpdatePanel server control to designate the top section as a partially updatable portion of the page. The bottom portion is an area of the page that can be updated only on a regular synchronous page postback. Chapter 19 UpdatePanel and .

TÀI LIỆU MỚI ĐĂNG
41    195    5    13-01-2025
5    185    1    13-01-2025
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.