TAILIEUCHUNG - ASP.NET 4 Unleased - p 68

Hiển thị dữ liệu trong nhiều cột Bạn có thể làm cho nội dung của một điều khiển DataList vào một bảng nhiều cột, trong đó mỗi mục dữ liệu chiếm một ô bảng riêng biệt. Hai đặc tính thay đổi cách bố trí của bảng HTML do người điều khiển DataList. RepeatColumns-Số cột để hiển thị. . RepeatDirection-Các hướng để đưa ra các tế bào. | 644 CHAPTER 13 Using the Repeater and DataList Controls Displaying Data in Multiple Columns You can render the contents of a DataList control into a multicolumn table in which each data item occupies a separate table cell. Two properties modify the layout of the HTML table rendered by the DataList control RepeatColumns The number of columns to display. RepeatDirection The direction to render the cells. Possible values are Horizontal and Vertical. For example the page in Listing displays the contents of the Movies database table in a three-column layout see Figure . FIGURE Displaying a multicolumn DataList. LISTING @ Page Language C html xmlns http 1999 xhtml head id Head1 runat server title MultiColumn DataList title head body form id form1 runat server div From the Library of Wow eBook Using the DataList Control 645 asp DataList id dlstMovies DataSourceID srcMovies RepeatColumns 3 GridLines Both Runat server ItemTemplate h1 Eval Title h1 Directed by Eval Director br Box Office Totals Eval BoxOfficeTotals 0 c ItemTemplate asp DataList 13 asp SqlDataSource id srcMovies ConnectionString SelectCommand SELECT FROM Movies Runat server ConnectionStrings Movies Title Director BoxOfficeTotals div form body html The DataList control in Listing includes a RepeatColumns property that has the value 3. If you set the RepeatDirection property to the value Horizontal and do not assign a value to the RepeatColumns property the DataList renders its data items horizontally without end. NOTE You can display data items in multiple columns when the DataList i s in Flow layout mode. In that case br tags create the row breaks. Using Templates with the DataList Control The DataList control supports all the same templates as the Repeater control ItemTemplate Formats each item from the data source. AlternatingItemTemplate Formats every other item from the data source. SeparatorTemplate Formats between each item from the data .

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.