TAILIEUCHUNG - ASP.NET 4 Unleased - p 57

Sử dụng Fields HyperLink Bạn sử dụng HyperLinkField để tạo ra một liên kết đến một trang khác; HyperLinkField đặc biệt hữu ích khi bạn cần phải xây dựng hai trang Master / hình thức chi tiết. Ví dụ, các trang trong Ví dụ 11,22 hiển thị một danh sách các loại phim, và trang web trong Ví dụ 11,23 hiển thị một danh sách các bộ phim phù hợp với thể loại được chọn. | 534 CHAPTER 11 Using the GridView Control Using HyperLink Fields You use HyperLinkField to create a link to another page HyperLinkField is particularly useful when you need to build two page Master Detail forms. For example the page in Listing displays a list of movie categories and the page in Listing displays a list of movies that match the selected category. LISTING @ Page Language C html xmlns http 1999 xhtml head id Head1 runat server title Master title head body form id form1 runat server div asp GridView id grdMovieCategories DataSourceID srcMovieCategories AutoGenerateColumns false Runat server Columns asp HyperLinkField HeaderText Movie Categories DataTextField Name DataNavigateUrlFields Id DataNavigateUrlFormatString id 0 Columns asp GridView asp SqlDataSource id srcMovieCategories ConnectionString ConnectionStrings Movies SelectCommand SELECT Id Name FROM MovieCategories Runat server div form body html From the Library of Wow eBook Using Fields with the GridView Control 535 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 Details title head body form id form1 runat server div 11 asp GridView id grdMovies DataSourceID srcMovies Runat server asp SqlDataSource id srcMovies ConnectionString ConnectionStrings Movies SelectCommand SELECT Title Director FROM Movies WHERE CategoryId @CategoryId Runat server SelectParameters asp QueryStringParameter Name CategoryId QueryStringField id SelectParameters asp SqlDataSource div form body html The page in Listing includes a GridView control that contains HyperLinkField which creates a link to the page and passes the movie category ID as a query string parameter. The HyperLinkField looks like this asp HyperLinkField HeaderText Movie Categories DataTextField Name From the Library of Wow eBook 536 .

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.