A PROJECT 
ON 
ONLINE SHOPPING 
GUIDED BY: 
PROF.SABYASACHI PATRA 
PRESENTED BY: 
NIVA TRIPATHY(B411029) 
PRAGNYA DASH(B411031) 
PRANGYA PARAMITA SAHOO(B411032)
OBJECTIVE OF THE PROJECT 
ONLINE SHOPPING is the process whereby consumers directly buy goods, services etc. from a 
seller interactively in real-time without an intermediary service over the internet. The goal of this 
application is to develop a web based interface for online retailers and consumers. The 
system would be easy to use and hence make the shopping experience pleasant for the 
users. the goal of this application is: 
 To develop an easy to use web based interface where users can search for products, 
view a complete description of the products and order the products. 
 The user can easily add a product to or remove a product from the shopping cart. 
 An user can view the complete specification of the product along with various images 
and they can also write their own reviews. 
 An admin can view the review or feedback of the user along with other details.
.NET FRAMEWORK 
o Project will be done in ASP .NET with c# 2.0 as front end and MySql as back end. Microsoft .NET is a 
software that connects information, people, systems and devices. The .NET framework is a safe type 
environment for application development and code execution. it fulfills all the aspects of program 
execution. 
o A set of software routines that provides a foundation structure for an application. 
o To provide a consistent object-oriented programming environment. 
o ASP .NET is a set of Microsoft .NET framework technologies used for building web applications and XML 
web services. ASP .NET page is executed on the server and generate markup such as HTML, WML or XML 
that is sent to a desktop or mobile browser ASP .NET pages use a compiled, event-driven programming 
model that improves performance and enables the separation of application logic and user interface. Both 
ASP.NET pages and ASP.NET web services files contain server-side written in visual basic .NET, C#.NET or any 
.NET compatible language, web applications and XML web services take advantage of the features of the 
common language runtime, such as type safety, inheritance, language, interoperability, versioning, and 
integrated security.
USER OPERATIONS 
• User registration : A user can register himself first and may login with his given e-mail id and password. 
• User’s login : User’s can shopping by entering his email id and password with which they are registered. 
• Buy now : The facility is provided to user so that he can choose what he wants to purchase. 
• Send Feedback: An user can send feedback to the admin of the shopping site.
ADMIN 
OPERATION 
Admin Register: Admins of the shopping site can register here to manage various functions 
of the shopping site. 
Admin Login: Admins can login using their email-id and password with which they are 
registered. 
Add Product and Manage Product: Admin can add product, categorize it, add price tag to it 
and manage it. 
View Users: Admin can view no. of users. 
View User Feedback: Admin can view user feedback and delete them.
USER REGISTRATION
User_Register Table 
Field Type Size 
emailid(Primary Key) nvarchar 50 
name nvarchar 50 
password nvarchar 50 
contactno numeric 18 
address nvarchar 50 
emailid name password contactno address 
pragnyadash92@g 
mail.com 
Pragnya abc 9861098610 IIIT
User Login
Admin 
Register
Admin Login
Add product
Addproduct 
table 
pid pname pcat pquant pprice offer feature image 
1 potato vegetable 1kg 20 Fresh
Manage Product
Send feedback
Show user
View 
user_feedback
Change Password
Forgot 
Password
CONCLUSION 
• Most of the requirements have been fulfilled up to the mark .It is easy to use, since it uses 
the GUI provided in the user dialog.User friendly screens are provided.The usage of software 
increases the efficiency, decreases the effort.
Online Shopping based on ASP .NET

Online Shopping based on ASP .NET

  • 1.
    A PROJECT ON ONLINE SHOPPING GUIDED BY: PROF.SABYASACHI PATRA PRESENTED BY: NIVA TRIPATHY(B411029) PRAGNYA DASH(B411031) PRANGYA PARAMITA SAHOO(B411032)
  • 2.
    OBJECTIVE OF THEPROJECT ONLINE SHOPPING is the process whereby consumers directly buy goods, services etc. from a seller interactively in real-time without an intermediary service over the internet. The goal of this application is to develop a web based interface for online retailers and consumers. The system would be easy to use and hence make the shopping experience pleasant for the users. the goal of this application is:  To develop an easy to use web based interface where users can search for products, view a complete description of the products and order the products.  The user can easily add a product to or remove a product from the shopping cart.  An user can view the complete specification of the product along with various images and they can also write their own reviews.  An admin can view the review or feedback of the user along with other details.
  • 3.
    .NET FRAMEWORK oProject will be done in ASP .NET with c# 2.0 as front end and MySql as back end. Microsoft .NET is a software that connects information, people, systems and devices. The .NET framework is a safe type environment for application development and code execution. it fulfills all the aspects of program execution. o A set of software routines that provides a foundation structure for an application. o To provide a consistent object-oriented programming environment. o ASP .NET is a set of Microsoft .NET framework technologies used for building web applications and XML web services. ASP .NET page is executed on the server and generate markup such as HTML, WML or XML that is sent to a desktop or mobile browser ASP .NET pages use a compiled, event-driven programming model that improves performance and enables the separation of application logic and user interface. Both ASP.NET pages and ASP.NET web services files contain server-side written in visual basic .NET, C#.NET or any .NET compatible language, web applications and XML web services take advantage of the features of the common language runtime, such as type safety, inheritance, language, interoperability, versioning, and integrated security.
  • 4.
    USER OPERATIONS •User registration : A user can register himself first and may login with his given e-mail id and password. • User’s login : User’s can shopping by entering his email id and password with which they are registered. • Buy now : The facility is provided to user so that he can choose what he wants to purchase. • Send Feedback: An user can send feedback to the admin of the shopping site.
  • 5.
    ADMIN OPERATION AdminRegister: Admins of the shopping site can register here to manage various functions of the shopping site. Admin Login: Admins can login using their email-id and password with which they are registered. Add Product and Manage Product: Admin can add product, categorize it, add price tag to it and manage it. View Users: Admin can view no. of users. View User Feedback: Admin can view user feedback and delete them.
  • 6.
  • 7.
    User_Register Table FieldType Size emailid(Primary Key) nvarchar 50 name nvarchar 50 password nvarchar 50 contactno numeric 18 address nvarchar 50 emailid name password contactno address pragnyadash92@g mail.com Pragnya abc 9861098610 IIIT
  • 8.
  • 9.
  • 10.
  • 11.
  • 13.
    Addproduct table pidpname pcat pquant pprice offer feature image 1 potato vegetable 1kg 20 Fresh
  • 14.
  • 15.
  • 17.
  • 18.
  • 19.
  • 20.
  • 21.
    CONCLUSION • Mostof the requirements have been fulfilled up to the mark .It is easy to use, since it uses the GUI provided in the user dialog.User friendly screens are provided.The usage of software increases the efficiency, decreases the effort.