TAILIEUCHUNG - ASP.NET 4 Unleased - p 62

Cập nhật dữ liệu với các điều khiển DetailsView Bạn có thể sử dụng điều khiển DetailsView để cập nhật hồ sơ cơ sở dữ liệu hiện có. Để cập nhật một bản ghi hiện có, chỉ định giá trị đích thực đối với tài sản AutoGenerateEditButton sự kiểm soát của DetailsView, như minh họa trong Ví dụ 12,10 (xem hình 12,7). | 584 CHAPTER 12 Using the DetailsView and FormView Controls Updating Data with the DetailsView Control You can use the DetailsView control to update existing database records. To update an existing record assign the value True to the DetailsView control s AutoGenerateEditButton property as illustrated in Listing see Figure . fc SIhjw Update EBB X 1 U http A cahost Xj7At 5how X. Id 1 Title Titanic Director James Cameron InTheaters Of Update Cancel 12115626212 FIGURE Editing a record with the DetailsView control. LISTING @ Page Language C DOCTYPE html PUBLIC - W3C DTD XHTML EN http TR xhtml11 DTD html xmlns http 1999 xhtml head id Head1 runat server title Show Update title head body form id form1 runat server div From the Library of Wow eBook Using the DetailsView Control 585 asp DetailsView id dtlMovies DataKeyNames Id AutoGenerateEditButton true AllowPaging true DataSourceID srcMovies Runat server 12 asp SqlDataSource id srcMovies ConnectionString ConnectionStrings Movies SelectCommand SELECT Id Title Director InTheaters FROM Movies UpdateCommand UPDATE Movies SET Title @Title Director @Director InTheaters @InTheaters WHERE Id @Id Runat server div form body html When you open the page in Listing the record appears in Read Only mode. You can click the Edit button to switch the DetailsView into Edit mode and update the record. The DetailsView control includes a DataKeyNames property and an AutoGenerateEditButton property. The DataKeyNames property contains the name of the primary key column. The AutoGenerateEditButton property automatically generates the user interface for editing the record. The SqlDataSource control includes an UpdateCommand. The UpdateCommand updates the Title Director and InTheaters database columns. If you want the DetailsView control to initially appear in Edit mode you can set the DetailsView control s DefaultMode property to the value Edit. For example

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.