TAILIEUCHUNG - ASP.NET 4 Unleased - p 50

Using List Controls LISTING protected void btnSubmit_Click(object sender, EventArgs e) { = ; } Show ListBox | 464 CHAPTER 10 Using List Controls LISTING @ Page Language C DOCTYPE html PUBLIC - W3C DTD XHTML EN http TR xhtml11 DTD script runat server protected void btnSubmit_Click object sender EventArgs e script html xmlns http 1999 xhtml head id Head1 runat server title Show ListBox title head body form id form1 runat server div asp ListBox id lstMovies DataSourceID srcMovies DataTextField Title DataValueField Id Rows 8 Runat server p asp Button id btnSubmit Text Submit OnClick btnSubmit_Click Runat server p hr asp Label id lblMovie Runat server asp SqlDataSource id srcMovies From the Library of Wow eBook Working with the ListBox Control 465 SelectCommand SELECT Id Title FROM Movies ConnectionString ConnectionStrings Movies Runat server div form body html The ListBox control in Listing includes a Rows property. The Rows property determines the number of list items that the ListBox displays. You can also configure the ListBox control to enable a user to select multiple items. This is illustrated in the page in Listing see Figure . FIGURE Selecting multiple list items. LISTING 10 @ Page Language C DOCTYPE html PUBLIC - W3C DTD XHTML EN http TR xhtml11 DTD script runat server From the Library of Wow eBook 466 CHAPTER 10 Using List Controls protected void btnSubmit_Click object sender EventArgs e foreach Listitem item in if li script html xmlns http 1999 xhtml head id Head1 runat server title Show Multiple ListBox title head body form id form1 runat server div asp ListBox id lstMovies DataSourceID srcMovies DataTextField Title DataValueField Id SelectionMode Multiple Runat server p asp Button id btnSubmit Text Submit OnClick btnSubmit_Click Runat server p hr asp Label id lblMovie EnableViewState 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.