ASP.NET at Work: Building 10 Enterprise Projects PHẦN 7

Thay đổi dòng này để nó phù hợp với một hiển thị trong Liệt kê 4,27. Sau đó, sự sụp đổ thiết kế phần phần Mã được tạo ra, lưu tập tin, và đóng cửa sổ mã. Bây giờ bạn sẽ được trở lại trên bề mặt thiết kế. Nếu không, bạn nhấn đúp chuột lên tập tin trong Solution Explorer để mở | Building the Online Store Application 367 Creating The _SmallCart user control displays the product name quantity and total price of the products that the user has decided to purchase. In the _ProductsList user control that you created earlier I highlighted the code in bold that passes the ProductID and the AddToCart action in the query string. The code-behind for the _SmallCart user control checks the query string and if the AddToCart action exists it calls a method to update the ShoppingCart table in the database return a new SQLDataReader object containing this user s cart data and binds that data to the DataList control. This user control uses the FooterTemplate item to display a Check Out image. Once the online store is completed the _SmallCart user control is displayed on each page the user views up until the point of checking out. When the user decides he or she is done shopping he or she can click the Check Out image which passes the CheckOut action in the query string and redirects to the page. Listing is the complete HTML code for the _SmallCart user control. @ Control Language vb AutoEventWireup false _ Codebehind Inherits _ TargetSchema http intellisense ie5 asp DataList id DataList1 runat server BackColor LemonChiffon BorderColor DarkGreen BorderWidth 1px BorderStyle Groove HeaderTemplate IMG src images HeaderTemplate FooterTemplate a href Action CheckOut IMG src images a FooterTemplate ItemTemplate TABLE border 0 TR TD class SmallCart width 5 Quantity TD TD class SmallCart align left width 120 ProductName TD TD class SmallCart align right width 45 TotalDue 0 c TD TR TABLE ItemTemplate asp DataList Listing Code for user control 368 Project 6 The code that updates the ShoppingCart table in the

Không thể tạo bản xem trước, hãy bấm tải xuống
TÀI LIỆU MỚI ĐĂNG
272    26    1    04-12-2024
Đã 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.