Online shopping ppt by rohit jain

27
ARYA INSTITUTE OF ENGG. &TECH, ARYA INSTITUTE OF ENGG. &TECH, JAIPUR JAIPUR y:- ain

description

Online Shopping ppt by rohit jain

Transcript of Online shopping ppt by rohit jain

Page 1: Online shopping ppt by rohit jain

ARYA INSTITUTE OF ENGG. &TECH, ARYA INSTITUTE OF ENGG. &TECH, JAIPURJAIPUR

Submitted By:- Mr. Rohit Jain

Page 2: Online shopping ppt by rohit jain

v

Page 3: Online shopping ppt by rohit jain

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

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

To provide a consistent object-oriented programming environment.

Page 4: Online shopping ppt by rohit jain

.NET Framework consists of 3 main parts:

Common Language Runtime Framework Classes/Libraries ASP.NET

Page 5: Online shopping ppt by rohit jain

.NET Framework Architecture

Base Class LibraryBase Class Library

Common Language SpecificationCommon Language Specification

Common Language RuntimeCommon Language Runtime

ADO.NET: Data and XMLADO.NET: Data and XML

VBVB C++C++ C#C#V

isual S

tud

io.N

ET

Visu

al Stu

dio

.NE

T

ASP.NET: Web ServicesASP.NET: Web Servicesand Web Formsand Web Forms

JScriptJScript ……

WindowsWindowsFormsForms

WindowsWindowsFormsForms

Page 6: Online shopping ppt by rohit jain

.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 7: Online shopping ppt by rohit jain

VBVBSource Source codecode

CompilerCompiler

C++C++C#C#

CompilerCompilerCompilerCompiler

AssemblyAssemblyIL CodeIL Code

AssemblyAssemblyIL CodeIL Code

AssemblyAssemblyIL CodeIL Code

Services Operating System Services Operating System

Common Language RuntimeCommon Language Runtime

JIT CompilerJIT Compiler

Native CodeNative Code

ManagedManagedcodecode

UnmanagedUnmanagedComponentComponent

Common Language RuntimeCommon Language Runtime

Page 8: Online shopping ppt by rohit jain
Page 9: Online shopping ppt by rohit jain

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 delhihotels ,jobsahead etc.Portal is general in nature and has many objectives to accomplish where as Web-site is specific in nature and has only one objective to accomplish hence our project is a website and not a portal .

Page 10: Online shopping ppt by rohit jain

Online shopping is a well-known company serving Indians and others, with a variety of All Products these include laptop, harddisk, Pan drive, cabels,network Cabinets and switches.

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 11: Online shopping ppt by rohit jain
Page 12: Online shopping ppt by rohit jain

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 13: Online shopping ppt by rohit jain
Page 14: Online shopping ppt by rohit jain
Page 15: Online shopping ppt by rohit jain
Page 16: Online shopping ppt by rohit jain

form.

Page 17: Online shopping ppt by rohit jain
Page 18: Online shopping ppt by rohit jain

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

{ TextBox1.Visible = false; TextBox2.Visible = false; Button1.Visible = false; Label2.Visible = false; Label3.Visible = false; Panel1.Visible = true; } else Response.Write("Access Denie"); }

Page 19: Online shopping ppt by rohit jain
Page 20: Online shopping ppt by rohit jain
Page 21: Online shopping ppt by rohit jain
Page 22: Online shopping ppt by rohit jain
Page 23: Online shopping ppt by rohit jain
Page 24: Online shopping ppt by rohit jain
Page 25: Online shopping ppt by rohit jain
Page 26: Online shopping ppt by rohit jain
Page 27: Online shopping ppt by rohit jain