27
CENTURION UNIVERSITY OF CENTURION UNIVERSITY OF TECHNOLOGY AND MANAGEMENT TECHNOLOGY AND MANAGEMENT y:- Kumar Jena

Onlineshoppingpptbyrohitjain 120204132904-phpapp02

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: Onlineshoppingpptbyrohitjain 120204132904-phpapp02

CENTURION UNIVERSITY OF CENTURION UNIVERSITY OF TECHNOLOGY AND MANAGEMENTTECHNOLOGY AND MANAGEMENT

Submitted By:- Mr. Rakesh Kumar Jena

Page 2: Onlineshoppingpptbyrohitjain 120204132904-phpapp02

v

Page 3: Onlineshoppingpptbyrohitjain 120204132904-phpapp02

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: Onlineshoppingpptbyrohitjain 120204132904-phpapp02

.NET Framework consists of 3 main parts:

Common Language Runtime Framework Classes/Libraries ASP.NET

Page 5: Onlineshoppingpptbyrohitjain 120204132904-phpapp02

.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: Onlineshoppingpptbyrohitjain 120204132904-phpapp02

.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: Onlineshoppingpptbyrohitjain 120204132904-phpapp02

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: Onlineshoppingpptbyrohitjain 120204132904-phpapp02
Page 9: Onlineshoppingpptbyrohitjain 120204132904-phpapp02

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: Onlineshoppingpptbyrohitjain 120204132904-phpapp02

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: Onlineshoppingpptbyrohitjain 120204132904-phpapp02
Page 12: Onlineshoppingpptbyrohitjain 120204132904-phpapp02

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: Onlineshoppingpptbyrohitjain 120204132904-phpapp02
Page 14: Onlineshoppingpptbyrohitjain 120204132904-phpapp02
Page 15: Onlineshoppingpptbyrohitjain 120204132904-phpapp02
Page 16: Onlineshoppingpptbyrohitjain 120204132904-phpapp02

form.

Page 17: Onlineshoppingpptbyrohitjain 120204132904-phpapp02
Page 18: Onlineshoppingpptbyrohitjain 120204132904-phpapp02

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: Onlineshoppingpptbyrohitjain 120204132904-phpapp02
Page 20: Onlineshoppingpptbyrohitjain 120204132904-phpapp02
Page 21: Onlineshoppingpptbyrohitjain 120204132904-phpapp02
Page 22: Onlineshoppingpptbyrohitjain 120204132904-phpapp02
Page 23: Onlineshoppingpptbyrohitjain 120204132904-phpapp02
Page 24: Onlineshoppingpptbyrohitjain 120204132904-phpapp02
Page 25: Onlineshoppingpptbyrohitjain 120204132904-phpapp02
Page 26: Onlineshoppingpptbyrohitjain 120204132904-phpapp02
Page 27: Onlineshoppingpptbyrohitjain 120204132904-phpapp02