Onlne Retail Management By Jitendra

19
Submitted By : Jitendra Gupta PRESENTATION ON ONLINE RETAIL MANAGEMENT SYSTEM Apollo Institute Of Technology,Kanpur

description

 

Transcript of Onlne Retail Management By Jitendra

Page 1: Onlne Retail Management By Jitendra

Submitted By : Jitendra Gupta

PRESENTATION ON

ONLINE RETAIL MANAGEMENT SYSTEM

Apollo Institute Of Technology,Kanpur

Page 2: Onlne Retail Management By Jitendra

INTRODUCTION TO .NET FRAMEWORK

The .NET Framework is a safe type environment for Application development and code execution. It full fill all the aspect of program execution.

To provide a consistent object-oriented programming environment.

A set of software routines that provide a foundation structure for an application.

Page 3: Onlne Retail Management By Jitendra

.NET FRAMEWORK

.NET Framework consists of 3 main parts:

Common Language Runtime (CLR)

Framework Classes/Libraries

ASP.NET

Page 4: Onlne Retail Management By Jitendra

INTRODUCTION TO ASP.NET

.NET is a major technology change for Microsoft and the software world. Just like the computer world moved from DOS to Windows, now they are moving to .NET.

ASP.NET is Microsoft’s platform for developing web applications. Using ASP.NET, you can create e-commerce shops create e-commerce shops, data-driven portal sites, and just about anything else you can find on the Internet.

Page 5: Onlne Retail Management By Jitendra

VBSource code

Compiler

C++C#

CompilerCompiler

Assembly Code

Assembly Code

Assembly Code

Services Operating System

Common Language Runtime

JIT Compiler

Native Code

Managedcode

UnmanagedComponent

Common Language Runtime

Page 6: Onlne Retail Management By Jitendra

PROJECT DESCRIPTION

• This project is a business to Consumer, E-Commerce web site. There is difference between Web site and a portal .Example of Portal is like Yahoo, and Indiatimes where as examples of Web–site is like Jabong ,Zapak etc.

• This project is that it is a B2C E- Commerce site which means that online money transactions is taking place between Consumer and Business house.

Page 7: Onlne Retail Management By Jitendra

REQUIREMENTS

Interface Required- Platform Used :- Win Xp Or Higher Version Language Used :- C#.NetDatabase Used :- Microsoft SQL Server Hardware Required-

Processor :- 456 Mhz Or Above Ram :- 128 Mb And Above

Page 8: Onlne Retail Management By Jitendra

LOGICS AND PROCEDURE

The Home Page Contains all the details about how to log in.

If You are a new user you have to first register and then you will be able to buy products.

The product page contains all the details about the products which are available.

Page 9: Onlne Retail Management By Jitendra

Search page is also there to search your type of product which are available in the database. Whatever the customer needs can just select the type of search and click go button, the page will be available to the customer.

Consumers find a product of interest by visiting the website of the retailer directly.

Page 10: Onlne Retail Management By Jitendra

USER OPERATIONS

User Registration : A User can register himself to appear in the Any Shopping 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 .

Buy Now : The facility provide to User that he can choose the which he wants to Purchase.

Get Result : When User finish his Shopping then click to Place order & checkout .Console Returns to Home page of this project.

Page 11: Onlne Retail Management By Jitendra

DATA FLOW DIAGRAM (DFD)

Page 12: Onlne Retail Management By Jitendra

SOME SCREEN SHOT OF DESIGNED PAGES

Page 13: Onlne Retail Management By Jitendra

MASTER PAGE 1

Page 14: Onlne Retail Management By Jitendra

MASTER PAGE 2

Page 15: Onlne Retail Management By Jitendra

LOGIN PAGE

Page 16: Onlne Retail Management By Jitendra

if (TextBox1.Text == "admin" && TextBox2.Text == "password")

{

Response.Redirect(“home.aspx”) ;

}

else

{

Response.Redirect("AccessDenie.aspx");

}

Page 17: Onlne Retail Management By Jitendra

REGISTRATION PAGE

Page 18: Onlne Retail Management By Jitendra

THANK YOU

Page 19: Onlne Retail Management By Jitendra

QUESTIONS ?