<%@ Page Title="Product Details" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="ProductDetails.aspx.cs" Inherits="WingtipToys.ProductDetails" %>

<%#:Item.ProductName %>


<%#:Item.ProductName %>   Description:
<%#:Item.Description %>
Price: <%#: String.Format("{0:c}", Item.UnitPrice) %>
Product Number: <%#:Item.ProductID %>