TAILIEUCHUNG - ASP.NET 4 Unleased - p 56

Using the GridView Control LISTING Show BoundField ” SelectCommand=”SELECT * FROM Movies” Runat=”server” / | 524 CHAPTER 11 Using the GridView 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 BoundField title head body form id form1 runat server div asp GridView id grdMovies DataSourceID srcMovies AutoGenerateColumns false Runat server Columns asp BoundField DataField Title HeaderText Movie Title asp BoundField DataField Director HeaderText Movie Director asp BoundField DataField BoxOfficeTotals DataFormatString 0 c HtmlEncode false HeaderText Box Office Totals Columns asp GridView asp SqlDataSource id srcMovies ConnectionString ConnectionStrings Movies SelectCommand SELECT FROM Movies Runat server div form body html From the Library of Wow eBook Using Fields with the GridView Control 525 The GridView control includes an AutoGenerateColumns property assigned the value False. If you don t disable automatically generated columns both columns represented by the BoundFields and all the columns from the data source display redundantly. In Listing BoundFields display the Title Director and BoxOfficeTotals columns. The DataField property represents the column that a BoundField displays. The HeaderText property determines the column header. The BoundField used to display the BoxOfficeTotals column includes a DataFormatString property. This format string formats the values of the BoxOfficeTotals column as a currency amount. 11 NOTE For more information about string formatting see the Formatting Types topic in the Microsoft .NET Framework Documentation. A BoundField supports several other useful properties AccessibleHeaderText Enables you to add an HTML abbr attribute to the column header. ApplyFormatInEditMode Enables you to apply the DataFormatString to the field when the row is in edit display mode. ConvertEmptyStringToNull Enables you to convert an empty string into the value Nothing null when editing

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.