Online Shopping based on ASP .NET

22
A PROJECT ON ONLINE SHOPPING GUIDED BY: PROF.SABYASACHI PATRA PRESENTED BY: NIVA TRIPATHY(B411029) PRAGNYA DASH(B411031) PRANGYA PARAMITA SAHOO(B411032)

description

PPT

Transcript of Online Shopping based on ASP .NET

Page 1: Online Shopping based on ASP .NET

A PROJECTON

ONLINE SHOPPING

GUIDED BY:

PROF.SABYASACHI PATRA

PRESENTED BY:

NIVA TRIPATHY(B411029)

PRAGNYA DASH(B411031)

PRANGYA PARAMITA SAHOO(B411032)

Page 2: Online Shopping based on ASP .NET

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.

Page 3: Online Shopping based on ASP .NET

.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.

Page 4: Online Shopping based on ASP .NET

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.

Page 5: Online Shopping based on ASP .NET

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.

Page 6: Online Shopping based on ASP .NET

USER REGISTRATION

Page 7: Online Shopping based on ASP .NET

User_Register TableField Type Size

emailid(Primary Key) nvarchar 50

name nvarchar 50

password nvarchar 50

contactno numeric 18

address nvarchar 50

emailid name password contactno address

[email protected]

Pragnya abc 9861098610 IIIT

Page 8: Online Shopping based on ASP .NET

User Login

Page 9: Online Shopping based on ASP .NET

Admin Register

Page 10: Online Shopping based on ASP .NET

Admin Login

Page 11: Online Shopping based on ASP .NET

Add product

Page 12: Online Shopping based on ASP .NET
Page 13: Online Shopping based on ASP .NET

Addproducttable

pid pname pcat pquant pprice offer feature image

1 potato vegetable 1kg 20 Fresh

Page 14: Online Shopping based on ASP .NET

Manage Product

Page 15: Online Shopping based on ASP .NET

Send feedback

Page 16: Online Shopping based on ASP .NET
Page 17: Online Shopping based on ASP .NET

Show user

Page 18: Online Shopping based on ASP .NET

View user_feedback

Page 19: Online Shopping based on ASP .NET

Change Password

Page 20: Online Shopping based on ASP .NET

Forgot Password

Page 21: Online Shopping based on ASP .NET

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.

Page 22: Online Shopping based on ASP .NET