Master Copy of Rohit Group 506 Complete Project
Master Copy of Rohit Group 506 Complete Project
• Acknowledgment
• Introduction
• Objective
• Tools
• Analysis And Design
• Coading
ACKNOWLEDGEMENT
Sincerely,
Anshu Kumar
PREFACE
Introduction
This system will eliminate the need for manual booking procedures,
reduce the risk of double bookings, and make the process of
managing event halls more efficient. By integrating real-time data,
secure payment options, and a clean user interface, this system
ensures a smooth experience for users while also providing hall
administrators with essential tools to manage and monitor
bookings effectively.
Problem Statement:
Booking event halls manually often leads to errors, such as double
bookings or administrative oversights. Furthermore, there is a lack
of real-time availability information, which can result in confusion
for both customers and administrators. Event organizers may also
struggle to manage the logistical aspects of their events, such as
payments, booking confirmations, or cancellations, leading to
inefficiencies and frustration. The Event Hall Booking System aims
to solve these problems by providing a fully automated platform
that handles all aspects of the booking process.
Project Objective:
Key Features:
• User Registration and Authentication: Secure user login and
role-based access for event organizers and administrators.
• Event Hall Search and Booking: Users can search for event
halls based on various parameters such as date, location,
capacity, and amenities.
o Features:
o Features:
• HTML/CSS/JavaScript:
o Tools/Frameworks:
o Features:
ASP.NET Identity:
5. Notification Services:
o Features:
o Features:
o Features:
MAIN PAGE
*DEVELOPERS CONTECT FORM
*ABOUT FORM
CODING : LOGIN
using System; using
System.Collections.Generic; using
System.Linq; using System.Web;
using System.Web.UI; using
System.Web.UI.WebControls; using
System.Data.SqlClient; using
System.Data;
namespace eventhallbookingsystem
{
public partial class WebForm3 : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
protected void Button1_Click(object sender, EventArgs e)
{
SqlConnection con = new SqlConnection("Data
Source=DESKTOPRT641H6\\SQLEXPRESS; Initial Catalog=eventDb; Integrated
Security=True;"); SqlDataAdapter sda = new SqlDataAdapter("Select * from
registertb where email='" + TextBox1.Text + "' and password='" + TextBox2.Text + "'",
con); DataTable dt = new DataTable();
sda.Fill(dt);
if (TextBox1.Text == "[email protected]" & TextBox2.Text == "1256")
{
Session["admin"] = TextBox1.Text;
Label1.Text = "Admin Login Successfully.";
Label1.ForeColor = System.Drawing.Color.DarkGreen;
TextBox1.Text = "";
TextBox2.Text = "";
}
else if (dt.Rows.Count == 1)
{
Session["username"] = TextBox1.Text;
Session["byitem"] = null;
Label1.Text = "Login Successfull";
Label1.ForeColor = System.Drawing.Color.Green;
TextBox1.Text = "";
TextBox2.Text = "";
}
else
{
Label1.Text = "User Name and Password does not matched";
Label1.ForeColor = System.Drawing.Color.Red;
}
}
REGISTRATION
using System; using
System.Collections.Generic; using
System.Linq; using System.Web;
using System.Web.UI; using
System.Web.UI.WebControls;
using System.Data; using
System.Data.SqlClient;
namespace eventhallbookingsystem
{
public partial class WebForm4 : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
protected void Button1_Click(object sender, EventArgs e)
{
SqlConnection con = new SqlConnection("Data Source=DESKTOP-RT641H6\\SQLEXPRESS;
Initial Catalog=eventDb; Integrated Security=True;"); con.Open();
SqlCommand cmd = new SqlCommand("insert into registertb" +
"(fname,lname,email,gender,address,phone,password)values(@fname,@lname,@email,@gender,
@address,@phone,@password)", con);
cmd.Parameters.AddWithValue("@fname", TextBox1.Text);
cmd.Parameters.AddWithValue("@lname", TextBox2.Text);
cmd.Parameters.AddWithValue("@email", TextBox3.Text);
cmd.Parameters.AddWithValue("@gender", DropDownList1.SelectedItem.Value);
cmd.Parameters.AddWithValue("@address", TextBox4.Text);
cmd.Parameters.AddWithValue("@phone", TextBox5.Text);
cmd.Parameters.AddWithValue("@password", TextBox6.Text);
cmd.ExecuteNonQuery(); con.Close();
ClearText();
Label1.Text = "Register Successfully";
ClearText();
}
private void ClearText()
{
TextBox1.Text = String.Empty;
TextBox2.Text = String.Empty;
TextBox3.Text = String.Empty;
TextBox4.Text = String.Empty;
TextBox5.Text = String.Empty;
TextBox6.Text = String.Empty;
}
}
}
MAIN FORM
using System;
using System.Collections.Generic;
using System.Linq; using
System.Web; using
System.Web.UI; using
System.Web.UI.WebControls;
namespace
eventhallbookingsystem
{
public partial class WebForm6 : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}
CONTECT FORM
using System; using
System.Collections.Generic; using
System.Linq; using System.Web;
using System.Web.UI; using
System.Web.UI.WebControls;
namespace eventhallbookingsystem
{
public partial class WebForm5 : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}
ABOUT FORM
using System;
using System.Collections.Generic;
using System.Linq; using
System.Web; using System.Web.UI;
using System.Web.UI.WebControls;
namespace eventhallbookingsystem
{
public partial class WebForm6 : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}
* SECOND PROJECT
.. ONLINE
SHOPPING
SYSTEM ..
FRONT END : ASP.NET
Online shooping System
CONTENT
• Acknowledgment
• Introduction
• Objective
• Tools
• Analysis And Design
• Coading
Acknowledgment
___________________________________________________________
I acknowledge with gratitude the support and guidance
received from my project guide Shraban Sir , during the
development of the Online shopping system and Event hall
booking system . Their expertise and encouragement played
a pivotal role in the project's success.
Sincerely,
PREFACE
______________Introduction______________________
3. OBJECTIVES:
FOR CUSTOMERS:
5. TECHNOLOGIES USED:
• Frontend: HTML, CSS, JavaScript (React/Angular)
• Backend: PHP, Node.js, or Python (Django/Flask)
• Database: MySQL, MongoDB, or Firebase
• Payment Gateway: PayPal, Stripe, Razorpay
• Hosting: AWS, Firebase, or Heroku
6. EXPECTED OUTCOMES:
7. CONCLUSION:
Objectives
_____________________________________
The Online Shopping System is designed to enhance the shopping experience by providing
a seamless, efficient, and secure platform for both customers and administrators. The key
objectives of this project are:
8. To Generate Reports and Analytics for Business Growth o Provide sales and customer
analytics to help businesses make informed decisions. o Track user behavior for
improved marketing strategies.
CONCLUSION:
Tool
Here are the tools and features used in this online shopping system based on the
screenshots:
Features:
_________________________________________________________________ Here
1. USER MANAGEMENT
About:
1. The Online Shopping System is a web-based application designed to
facilitate buying and selling products online. It provides users with an
easy-touse platform where they can browse products, place orders, and
make payments. The system also includes an admin panel for managing
inventory, orders, and user feedback.
2. PROJECT OVERVIEW
1. SYSTEM ANALYSIS
System analysis involves understanding the requirements,
functionalities, and structure of the Online Shopping System. It
includes identifying the users, their interactions, and the system
components.
A. USER REQUIREMENTS
The system serves two types of users:
and stock.
o Update order statuses.
B. FUNCTIONAL REQUIREMENTS
✅ User Authentication – Secure login and registration.
✅ Product Management – Admins can add, update, and remove
products.
✅ Shopping Cart – Customers can add or remove items from the
cart.
✅ Order Management – Users can place, track, and cancel orders. ✅
Payment Integration – Supports online payments (credit card,
PayPal, etc.).
✅ Feedback System – Users can leave reviews and ratings.
✅ Admin Dashboard – Provides an overview of sales, products, and
orders.
C. NON-FUNCTIONAL REQUIREMENTS
✅ Scalability – The system should handle multiple users and
transactions.
✅ Security – Protect user data, transactions, and credentials.
✅ Performance – Fast loading and optimized database queries.
✅ User-Friendly Interface – Responsive and intuitive UI.
2. SYSTEM DESIGN
A. SYSTEM ARCHITECTURE
The system follows a three-tier architecture:
1. Presentation Layer (Frontend) – User interface built using HTML,
CSS, JavaScript.
2. Application Layer (Backend) – Processes requests using PHP,
Python, or Java.
3. Database Layer – Stores data in MySQL, PostgreSQL, or
MongoDB.
Design:
Coding
Login page code:-
<%@ Page Title="" Language="C#" MasterPageFile="~/User.master"
AutoEventWireup="true" CodeFile="Login.aspx.cs" Inherits="Login" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
<style type="text/css">
.style2 {
width: 347px;
}
.style3
{
height: 8px;
}
.style4
{
height: 9px;
}
.style5
{
width: 100px;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
Runat="Server">
<table class="tbl">
<tr>
<td class="tblhead">
User Login Area</td>
</tr>
<tr>
<td>
</td>
</tr>
<tr>
<td>
<br />
<br />
</td>
</tr>
<tr>
<td style="text-align: center">
<table align="center" class="style2" style="border: thin solid #008000">
<tr>
<td class="tblhead" colspan="2">
Login Here</td>
</tr>
<tr>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td class="lbl">
UserName :
</td>
<td>
<asp:TextBox ID="txtuname" runat="server" CssClass="txt"
Width="140px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server"
ControlToValidate="txtuname" ErrorMessage="Enter UserName"
ForeColor="Red"></asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td class="lbl">
Password :
</td>
<td>
<asp:TextBox ID="txtpass" runat="server" CssClass="txt" Width="140px"
TextMode="Password"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server"
ControlToValidate="txtpass" ErrorMessage="Enter Password"
ForeColor="Red"></asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td class="style4">
</td>
<td class="style4">
</td>
</tr>
<tr>
<td>
</td>
<td align="left" valign="top">
<table class="style5">
<tr>
<td>
<asp:Button ID="btnlogin" runat="server" CssClass="btn" Text="Login"
onclick="btnlogin_Click" />
</td>
<td>
<asp:Image ID="Image3" runat="server" Height="44px"
ImageUrl="~/images/imagesds.jpg" Width="85px" />
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="style3">
</td>
<td align="left" class="style3">
<asp:Label ID="lblerror" runat="server"
ForeColor="#CC0000"></asp:Label>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="text-align: center; color: #272727">
Dont have Username and Password
<asp:HyperLink ID="HyperLink2" runat="server"
NavigateUrl="~/Registration.aspx">Register Now !!</asp:HyperLink>
</td>
</tr>
<tr>
<td style="text-align: center; color: Green">
</td>
</tr>
<tr>
<td style="text-align: center; color: Green">
</td>
</tr>
<tr>
<td style="text-align: center; color: Green">
</td>
</tr>
<tr>
<td style="text-align: center; color: Green">
</td>
</tr>
<tr>
<td style="text-align: center; color: Green">
</td>
</tr>
<tr>
<td style="text-align: center; color: Green">
</td>
</tr>
<tr>
<td style="text-align: center; color: Green">
</td>
</tr>
<tr>
<td style="text-align: center; color: Green">
</td>
</tr>
<tr>
<td style="text-align: center; color: Green">
</td>
</tr>
</table> </asp:Content>
Home code:-
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Home.aspx.cs"
Inherits="Home" %>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<link href="meera.css" rel="stylesheet" type="text/css" />
<title>Untitled Page</title>
<link href="meera.css" rel="stylesheet" type="text/css" />
<link href="meera.css" rel="stylesheet" type="text/css" /> <link
rel="stylesheet" type="text/css" href="engine1/style.css"
media="screen" />
<style type="text/css">a#vlb{display:none}</style>
<script type="text/javascript" src="engine1/jquery.js"></script>
<style type="text/css">
.style2
{
width: 100%;
height: 47px;
}
.style3
{
width: 380px;
}
.style4
{
width: 541px;
}
.style6
{
width: 122px;
}
.style7
{
width: 996px;
}
.style8
{
width: 554px;
}
.style9
{
width: 383px;
}
</style>
<script language="javascript" type="text/javascript">
// <![CDATA[
function wows0_onclick() {
// ]]>
</script>
</head>
<body>
<form id="form1" runat="server">
<div id="top">
<table class="style7" style="background-color:deepskyblue">
<tr>
<td class="style8">
<h1>Online Shopping</h1>
</td>
<td>
<table class="style9">
<tr>
<td>
<asp:TextBox ID="txtsearch" runat="server"
Width="300px" BorderColor="#272727"
BorderStyle="Solid" BorderWidth="1px"
Height="25px"></asp:TextBox>
</td>
<td>
<asp:Button ID="Button2" runat="server"
Text="Search" onclick="Button2_Click"
Width="78px" CssClass="btn"
CausesValidation="False" Height="30px" />
</td>
<td>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div> <div id="menu">
<table class="style2">
<tr>
<td>
<asp:Button ID="Button3" runat="server" Text="HOME"
CssClass="btnmenu"
CausesValidation="False" PostBackUrl="~/Home.aspx" />
</td>
<td>
<asp:Button ID="Button4" runat="server" Text="SIGN UP"
CssClass="btnmenu"
CausesValidation="False"
PostBackUrl="~/Registration.aspx" />
</td>
<td>
<asp:Button ID="Button6" runat="server" Text="PRODUCT"
CssClass="btnmenu"
CausesValidation="False"
PostBackUrl="~/PRODUCT.aspx" />
</td>
<td>
<asp:Button ID="Button7" runat="server"
Text="FEEDBACK" CssClass="btnmenu"
CausesValidation="False"
PostBackUrl="~/Feedback.aspx" />
</td>
<td>
<asp:Button ID="Button8" runat="server" Text="ADMIN
Login" CssClass="btnmenu"
CausesValidation="False"
PostBackUrl="~/admin/login.aspx" />
</td>
</tr>
</table>
</div>
<div id="second">
<div id="main">
<div id="cate">
<table class="tbl">
<tr>
<td class="tblhead">
CATEGORY</td>
</tr>
<tr>
<td align="center">
<asp:GridView ID="GridView1" runat="server"
AutoGenerateColumns="False" ShowHeader="False"
Width="100%" CellPadding="4" ForeColor="#272727"
GridLines="None" onrowcommand="GridView1_RowCommand"
onselectedindexchanged="GridView1_SelectedIndexChanged">
<AlternatingRowStyle BackColor="White" />
<Columns>
<asp:TemplateField>
<ItemTemplate >
<asp:LinkButton runat="server"
Text='<%#Eval("Cname") %>' CssClass="cgrid" ForeColor="#272727"
ID="lnkcate" CommandName="cate" CommandArgument='<%#Eval("Cname")
%>'></asp:LinkButton>
</ItemTemplate>
</asp:TemplateField>
</Columns>
<FooterStyle BackColor="#990000" Font-Bold="True"
ForeColor="White" />
<HeaderStyle BackColor="#990000" Font-Bold="True"
ForeColor="White" />
<PagerStyle BackColor="#FFCC66"
ForeColor="#272727"
HorizontalAlign="Center" />
<RowStyle BorderColor="White" BorderStyle="None"
BorderWidth="0px"
Font-Size="Medium" Height="30px"
HorizontalAlign="Center" BackColor="#FFFBD6"
ForeColor="#272727" />
<SelectedRowStyle BackColor="#FFCC66"
ForeColor="#272727" Font-Bold="True" />
<SortedAscendingCellStyle BackColor="#FDF5AC" />
<SortedAscendingHeaderStyle BackColor="#4D0000" />
<SortedDescendingCellStyle BackColor="#FCF6C0" />
<SortedDescendingHeaderStyle BackColor="#820000"
/>
</asp:GridView>
</td>
</tr>
<tr>
<td align="center">
</td>
</tr>
</table>
</div><div id="item">
</body>
</html>
Fpassword:-
<%@ Page Title="" Language="C#" MasterPageFile="~/User.master"
AutoEventWireup="true" CodeFile="FPassword.aspx.cs" Inherits="FPassword"
%>
.style4
{
height: 9px;
}
.style6
{
height: 70px;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
Runat="Server">
<table class="tbl">
<tr>
<td class="tblhead">
Forgot Password Form</td>
</tr>
<tr>
<td>
</td>
</tr>
<tr>
<td class="style6">
<br />
<br />
<br />
</td>
</tr>
<tr>
<td style="text-align: center">
<table align="center" class="style2"
style="border: thin solid #008000; width: 273px;">
<tr>
<td class="tblhead" colspan="2">
Enter your detail</td>
</tr>
<tr>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td class="lbl">
Email :
</td>
<td>
<asp:TextBox ID="txtemail" runat="server"
CssClass="txt" Width="140px"></asp:TextBox>
<asp:RequiredFieldValidator
ID="RequiredFieldValidator1" runat="server"
ControlToValidate="txtemail"
ErrorMessage="Correct Email" ForeColor="Red"></asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td class="lbl">
Mobile :
</td>
<td>
<asp:TextBox ID="txtmobile" runat="server"
CssClass="txt" Width="140px"
MaxLength="10"></asp:TextBox>
<asp:RequiredFieldValidator
ID="RequiredFieldValidator2" runat="server"
ControlToValidate="txtmobile"
ErrorMessage="Correct Mobile Number"
ForeColor="#FF3300"></asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td class="style4">
</td>
<td class="style4">
<asp:Label ID="lblpass" runat="server"></asp:Label>
</td>
</tr>
<tr>
<td>
</td>
<td align="left" valign="top">
<table class="style5">
<tr>
<td>
<asp:Button ID="btnlogin"
runat="server" CssClass="btn" Text="Login"
onclick="btnlogin_Click" />
</td>
<td>
<asp:Image ID="Image3"
runat="server" Height="44px"
ImageUrl="~/images/imagesds.jpg"
Width="85px" />
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="style3">
</td>
<td align="left" class="style3">
<asp:Label ID="lblerror" runat="server"
ForeColor="#CC0000"></asp:Label>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="text-align: center; color: Green">
Dont have Username and Password
<asp:HyperLink ID="HyperLink2" runat="server"
NavigateUrl="~/Registration.aspx">Register Now !!</asp:HyperLink>
</td>
</tr>
</table>
</asp:Content>
Registration:-
<%@ Page Title="" Language="C#" MasterPageFile="~/User.master"
AutoEventWireup="true" CodeFile="Registration.aspx.cs"
Inherits="User_Registration" %>
.style6
{
color: Green;
text-align: right;
height: 24px;
}
.style7
{
height: 24px;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
Runat="Server">
<table class="tbl">
<tr>
<td class="tblhead" colspan="2">
Registration Form</td>
</tr>
<tr>
<td class="lbl">
</td>
<td>
</td>
</tr>
<tr>
<td class="lbl">
Name :
</td>
<td>
<asp:TextBox ID="txtname" runat="server" CssClass="txt"
Width="160px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server"
ControlToValidate="txtname" ErrorMessage="Enter Name"
ForeColor="Red"></asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td class="lbl">
Surname :
</td>
<td>
<asp:TextBox ID="txtsname" runat="server" CssClass="txt"
Width="160px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server"
ControlToValidate="txtsname" ErrorMessage="Enter Surname"
ForeColor="Red"></asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td class="lbl">
Address :
</td>
<td>
<asp:TextBox ID="txtadd" runat="server" CssClass="txt"
Width="160px"
TextMode="MultiLine"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server"
ControlToValidate="txtadd" ErrorMessage="Enter Address"
ForeColor="Red"></asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td
class="lbl">
City :
</td>
<td>
<asp:TextBox ID="txtcity" runat="server" CssClass="txt"
Width="160px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator4"
runat="server"
ControlToValidate="txtcity" ErrorMessage="Enter City"
ForeColor="Red"></asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td class="lbl">
Pincode :
</td>
<td>
<asp:TextBox ID="txtppin" runat="server" CssClass="txt"
Width="160px"></asp:TextBox>
<asp:RangeValidator ID="RangeValidator1" runat="server"
ControlToValidate="txtppin" ErrorMessage="Enter Pincode"
ForeColor="Red"
MaximumValue="999999" MinimumValue="100000"
Type="Double"></asp:RangeValidator>
</td>
</tr>
<tr>
<td class="lbl">
Gender:</td>
<td>
<asp:RadioButton ID="RadioButton1" runat="server"
GroupName="h" Text="Male" Checked="True" />
<asp:RadioButton ID="RadioButton2" runat="server"
GroupName="h" Text="Female" />
</td>
</tr>
<tr>
<td class="lbl">
Mobile :
</td>
<td>
<asp:TextBox ID="txtmo" runat="server" CssClass="txt"
Width="160px"
MaxLength="10"></asp:TextBox>
<asp:RegularExpressionValidator
</td>
</tr>
<tr>
<td
ID="RegularExpressionValidator1" runat="server"
ControlToValidate="txtmo" ErrorMessage="Enter Mobile"
ForeColor="Red"
ValidationExpression="[0-
9]{10}"></asp:RegularExpressionValidator>
class="lbl">
</td>
<td>
</td>
</tr>
<tr>
<td class="lbl">
Email :
</td>
<td>
<asp:TextBox ID="txtemail" runat="server" CssClass="txt"
Width="160px"></asp:TextBox>
<asp:RegularExpressionValidator
ID="RegularExpressionValidator2" runat="server"
ControlToValidate="txtemail" ErrorMessage="Enter Email"
ForeColor="Red"
ValidationExpression="\w+([-+.']\w+)*@\w+([-
.]\w+)*\.\w+([-.]\w+)*"></asp:RegularExpressionValidator>
</td>
</tr>
<tr>
<td class="lbl">
Password :
</td>
<td>
<asp:TextBox ID="txtpass" runat="server" CssClass="txt"
Width="160px"
TextMode="Password"></asp:TextBox>
</td>
</tr>
<tr>
<td class="lbl">
Confirm - Pass : </td>
<td class="style7">
<asp:TextBox ID="txtcpass" runat="server" CssClass="txt"
Width="160px"
TextMode="Password"></asp:TextBox>
<asp:CompareValidator ID="CompareValidator1" runat="server"
ControlToCompare="txtpass" ControlToValidate="txtcpass"
ErrorMessage="passwod not same"
ForeColor="Red"></asp:CompareValidator>
</td>
</tr>
<tr>
<td
</td>
</tr>
<tr>
<td class="lbl">
</td>
<td align="left">
<asp:Button ID="Button3" runat="server" CssClass="btn"
Text="Register Now"
onclick="Button3_Click" />
colspan="2" align="center" style="color: #272727"> Already
have an username and password
<asp:HyperLink ID="HyperLink2" runat="server"
NavigateUrl="~/Login.aspx">Login Here</asp:HyperLink>
</td>
</tr>
</table>
</asp:Content>
Product:-
<%@ Page Title="" Language="C#" MasterPageFile="~/USER.master"
AutoEventWireup="true" CodeFile="PRODUCT.aspx.cs" Inherits="PRODUCT" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
<style type="text/css">
.style6
{
width: 122px;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
Runat="Server">
<table class="tbl" width="97%">
<tr>
<td class="tblhead">
PRODUCT</td>
</tr>
<tr>
<td>
</td>
</tr>
<tr>
<td>
<asp:DataList ID="DataList1" runat="server" RepeatColumns="4"
</td>
</tr>
<tr>
<td
RepeatDirection="Horizontal"
onitemcommand="DataList1_ItemCommand1">
<ItemTemplate>
<table style="border: thin solid #339966" width="178">
<tr>
<td class="tblhead">
<asp:Label ID="lblname" runat="server"
Text='<%#Eval("iname") %>'></asp:Label>
</td>
</tr>
<tr>
<td>
</td>
</tr>
<tr>
<td style="text-align: center">
<asp:Image ID="Image4" runat="server"
Height="135px" ImageUrl='<%#Eval("image") %>' style="text-align: center"
Width="112px" />
</td>
</tr>
<tr>
<td style="border-top-style: solid;
bordertop-width: thin; border-top-color: #339966">
<table width="100%">
<tr>
<td class="style6">
Price :
<asp:Label ID="lblprice"
runat="server" Text='<%#Eval("price") %>'></asp:Label>
</td>
<td>
<asp:Button ID="Button9"
runat="server" CssClass="btnmenu" CommandArgument='<%#Eval("iid") %>'
Height="25px"
Text="View" Width="70px"
/>
</td>
</tr>
</table>
</td>
</tr>
</table>
</ItemTemplate>
</asp:DataList>
</td>
</tr>
</table>
</asp:Content>
Search code :-
<%@ PAGE TITLE="" LANGUAGE="C#" MASTERPAGEFILE="~/USER.MASTER"
AUTOEVENTWIREUP="TRUE" CODEFILE="SEARCH.ASPX.CS" INHERITS="SEARCH" %>
.style6
{
width: 122px;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
Runat="Server">
<table class="tbl">
<tr>
<td class="tblhead">
SEARCH :
<asp:Label ID="lblsearch" runat="server"></asp:Label>
</td>
</tr>
<tr>
<td>
</td>
</tr>
<tr>
<td>
<asp:DataList ID="DataList1" runat="server" RepeatColumns="4"
RepeatDirection="Horizontal"
onitemcommand="DataList1_ItemCommand1">
<ItemTemplate>
<table style="border: thin solid #339966" width="180">
<tr>
<td class="tblhead">
<asp:Label ID="lblname" runat="server"
Text='<%#Eval("iname") %>'></asp:Label>
</td>
</tr>
<tr>
<td>
</td>
</tr>
<tr>
<td style="text-align: center">
<asp:Image ID="Image4" runat="server"
Height="135px" ImageUrl='<%#Eval("image") %>' style="text-align: center"
Width="112px" />
</td>
</tr>
<tr>
<td style="border-top-style: solid;
bordertop-width: thin; border-top-color: #339966">
<table width="100%">
<tr>
<td class="style6">
Price :
<asp:Label ID="lblprice"
runat="server" Text='<%#Eval("price") %>'></asp:Label>
</td>
<td>
<asp:Button ID="Button9"
runat="server" CssClass="btnmenu" CommandArgument='<%#Eval("iid") %>'
Height="25px"
Text="View" Width="70px"
/>
</td>
</tr>
</table>
</td>
</tr>
</table>
</ItemTemplate>
</asp:DataList>
</td>
</tr>
<tr>
<td>
</td>
</tr>
</table> </asp:Content>