TAILIEUCHUNG - ASP.NET 4 Unleased - p 55

Các @ original_Id, @ original_Title, và @ thông số original_Director đại diện cho các giá trị ban đầu của các cột này. Nếu giá trị của các cột Title hoặc giám đốc đã thay đổi trong cơ sở dữ liệu cơ bản, ghi lại không được cập nhật. Nói cách khác, nếu một người nào khác nhịp đập bạn thay đổi hồ sơ, thay đổi của bạn sẽ được bỏ qua. | 514 CHAPTER 11 Using the GridView Control UPDATE Movies SET Title @Title Director @Director WHERE Id @original_Id AND Title @original_Title AND Director @original_Director The @original_Id @original_Title and @original_Director parameters represent the original values of these columns. If the value of the Title or Director columns has changed in the underlying database the record is not updated. In other words if someone else beats you to the record change your modifications are ignored. The page in Listing includes an Updated event handler for the SqlDataSource control. If there is a concurrency conflict no records will be affected by the update. The event handler displays an error message when the property has the value 0. Displaying Empty Data GridView includes two properties that enable you to display content when no results are returned from the GridView control s data source. You can use either the EmptyDataText property or the EmptyDataTemplate property to handle empty data. For example the page in Listing contains a movie search form. If you enter a search string that does not match the start of any movie title the contents of the EmptyDataText property display see Figure . FIGURE Displaying a message when no records match. From the Library of Wow eBook Gridview Control Fundamentals 515 LISTING @ Page Language C DOCTYPE html PUBLIC - W3C DTD XHTML EN http TR xhtml11 DTD script runat server 11 protected void btnSubmit_Click object sender EventArgs e true script html xmlns http 1999 xhtml head id Head1 runat server title Show Empty Data Text title head body form id form1 runat server div asp TextBox id txtTitle Runat server asp Button id btnSubmit Text Search OnClick btnSubmit_Click Runat server hr asp GridView id grdMovies DataSourceID srcMovies EmptyDataText img src No Matching Movies Visible false Runat server asp .

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.