An E-Commerce Storefront
The following sample application is a mock-up of a typical e-commerce storefront.
The application shows the most common elements of the following types of applications: a product
browser, a session-based shopping cart, product details, and so forth. A SQL Server database is
used to store the product data, and the DataList and Repeater controls render this data.
The data access portion of the application is implemented as a managed component.
Copyright 2001 Microsoft Corporation. All rights reserved.