Developing the Product Detail Page

When a user clicks either a product image or product name on the product selection page, he is taken to the product detail page. This page does exactly what its name implies; that is, it displays detailed information about a given product.

Like the product selection page, the product detail page functionality is made up of a data access component, a code behind class, and an .aspx page for the user interface portion.

Note

The strongly typed dataset named CatalogDS can be used to retrieve product detail information.

ProductDetail.aspx.cs

The product detail code -behind class named ProductDetail.aspx.cs uses CatalogDS in much the same way as the product selection code behind does. It uses the protected method ...

Get Building e-Commerce Sites with the .NET Framework now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.