Skip to Content
Pro ASP.NET 4.5 in C#, Fifth Edition
book

Pro ASP.NET 4.5 in C#, Fifth Edition

by Adam Freeman, Matthew MacDonald, Mario Szpuszta
July 2013
Intermediate to advanced content levelIntermediate to advanced
1228 pages
34h 1m
English
Apress
Content preview from Pro ASP.NET 4.5 in C#, Fifth Edition

CHAPTER 8

image

SportsStore: Completing the Cart

In this chapter, we complete the user-facing parts of the SportsStore application by finishing off the shopping cart and adding support for submitting and validating orders.

Removing Unwanted Cart Items

We need to give the user the means to remove items from the basket. In Listing 8-1, you can see how we have added Remove buttons to the CartView.aspx Web Form for each item in the cart.

Listing 8-1.  Adding support for removing products from the cart

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CartView.aspx.cs"    Inherits="SportsStore.Pages.CartView" MasterPageFile="∼/Pages/Store.Master" ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Beginning ASP.NET 4.5 in C#

Beginning ASP.NET 4.5 in C#

Matthew MacDonald
Pro C# 7: With .NET and .NET Core

Pro C# 7: With .NET and .NET Core

Andrew Troelsen, Philip Japikse

Publisher Resources

ISBN: 9781430242543Purchase book