<%@ Register TagPrefix="uc1" TagName="TopBar" Src="../TopBar.ascx" %> <%@ Register TagPrefix="uc1" TagName="Banner" Src="../Banner.ascx" %> <%@ Control Language="c#" AutoEventWireup="false" Codebehind="Product.ascx.cs" Inherits="NPetshop.Web.UserControls.Catalog.Product" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
Product

Item ID Description List Price  
<%# ((NPetshop.Domain.Catalog.Item)Container.DataItem).Id %> <%# ((NPetshop.Domain.Catalog.Item)Container.DataItem).Product.Description %> <%# DataBinder.Eval(Container.DataItem, "ListPrice", "{0:c}") %> Add to cart
Prev Next