sir..
how to add addcart option in online shooping website..
info.aspx page
<%@ Page Title="" Language="C#" MasterPageFile="~/shoping.master" AutoEventWireup="true" CodeFile="laptop_info.aspx.cs" Inherits="laptop_info" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<h2 align="center">
Welcome in onlone shopping website
</h2>
<asp:Label ID="Label2" runat="server" BackColor="White" ForeColor="#000066"
Text="Label"></asp:Label>
&nbs ...
Go to the complete details ...