SlideShare a Scribd company logo
1 of 32
PRESENTED BY- Ankit kr dubey
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.
Introduction to .Net FrameWork
.NET Framework consists of 3 main parts:
 Common Language Runtime
 Framework Classes/Libraries
 ASP.NET
.NET Framework
.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.
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 India’s
times where as examples of Web–site is like Delhi
hotels ,jobs ahead 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 .
Online shopping is a well-known company serving
Indians and others, with a variety of All Products
these include laptop, hard disk, 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.
Interface Required-
Platform Used:- Win Xp Or Higher Version
Language Used: - C#.Net
Database Used: - Microsoft SQL Server
Hardware Required-
Processor: -456 Mhz Or Above
Ram:- 128 Mb And Above
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.
Master Page:1
Administrator Log in page:-
Administrator Product Management Page
About us
Contact us
Registration Page
:-
Sign in Page :-
string cnstr = @"Data Source=(LocalDb)v11.0;AttachDbFilename=|DataDirectory|customer.mdf;Integrated Security=true;";
string sql = "Select * from details where un='" + TextBox1.Text + "' and pswd='" + TextBox2.Text + "'";
SqlConnection cn = new SqlConnection(cnstr);
SqlCommand cmd = new SqlCommand(sql, cn);
SqlDataAdapter adp = new SqlDataAdapter(cmd);
DataTable dt = new DataTable();
adp.Fill(dt);
int c = dt.Rows.Count;
if (c == 1)
{
Session["UN"] = TextBox1.Text;
string fn = dt.Rows[0].Field<string>("fn");
string ln = dt.Rows[0].Field<string>("ln");
string sex = dt.Rows[0].Field<string>("sex");
string ttl;
if (sex == "MALE")
ttl = "Mr.";
else
ttl = "Ms.";
string fullNm = ttl + " " + fn + " " + ln;
Session["FullNM"] = fullNm;
Label1.Visible = false;
Response.Redirect("index.aspx");
}
Connection code
:-
Index Page:-
Display Product Details
Delivery Address
conformation page
Convenience:
 Selection:
Information:
Price:
Availability:
Advantages of Online Shopping
Hands-
Shipping:
Wait Time:
Privacy:
Many people have fear to disclose personal and
private information for security
Disadvantages of Online Shopping:
CONCLUSION
FUTURE SCOPE OF PROJECT
0nline shopping
0nline shopping

More Related Content

What's hot

Scripting languages
Scripting languagesScripting languages
Scripting languagesteach4uin
 
Introduction to back-end
Introduction to back-endIntroduction to back-end
Introduction to back-endMosaab Ehab
 
Asp.net c# MVC-5 Training-Day-1 of Day-9
Asp.net c# MVC-5 Training-Day-1 of Day-9Asp.net c# MVC-5 Training-Day-1 of Day-9
Asp.net c# MVC-5 Training-Day-1 of Day-9AHM Pervej Kabir
 
Introduction to asp.net
Introduction to asp.netIntroduction to asp.net
Introduction to asp.netSHADAB ALI
 
Html Templating - DOT JS
Html Templating - DOT JSHtml Templating - DOT JS
Html Templating - DOT JSNagaraju Sangam
 
Website Designing Services | Web Development Vizag | Web Solutions Visakhapatnam
Website Designing Services | Web Development Vizag | Web Solutions VisakhapatnamWebsite Designing Services | Web Development Vizag | Web Solutions Visakhapatnam
Website Designing Services | Web Development Vizag | Web Solutions VisakhapatnamGods Grace Technologies
 
Module-3 15CS71-WTA-Serverside Development with PHP
Module-3 15CS71-WTA-Serverside Development with PHPModule-3 15CS71-WTA-Serverside Development with PHP
Module-3 15CS71-WTA-Serverside Development with PHPSIVAKUMAR V
 
Be project ppt asp.net
Be project ppt asp.netBe project ppt asp.net
Be project ppt asp.netSanket Jagare
 
Website development courses
Website development coursesWebsite development courses
Website development coursesOSK IT SOLUTION
 
Chicago Code Camp Leverage OOXML for Powerful Document Generation
Chicago Code Camp Leverage OOXML for Powerful Document Generation Chicago Code Camp Leverage OOXML for Powerful Document Generation
Chicago Code Camp Leverage OOXML for Powerful Document Generation Tim Murphy
 
Intro To Asp Net And Web Forms
Intro To Asp Net And Web FormsIntro To Asp Net And Web Forms
Intro To Asp Net And Web FormsSAMIR BHOGAYTA
 
Web Development Today
Web Development TodayWeb Development Today
Web Development Todaybretticus
 

What's hot (19)

Scripting languages
Scripting languagesScripting languages
Scripting languages
 
Introduction to back-end
Introduction to back-endIntroduction to back-end
Introduction to back-end
 
web services
web servicesweb services
web services
 
Asp.net c# MVC-5 Training-Day-1 of Day-9
Asp.net c# MVC-5 Training-Day-1 of Day-9Asp.net c# MVC-5 Training-Day-1 of Day-9
Asp.net c# MVC-5 Training-Day-1 of Day-9
 
Lecture1
Lecture1Lecture1
Lecture1
 
Introduction to asp.net
Introduction to asp.netIntroduction to asp.net
Introduction to asp.net
 
Html Templating - DOT JS
Html Templating - DOT JSHtml Templating - DOT JS
Html Templating - DOT JS
 
Mohamed Kamal CV
Mohamed Kamal CVMohamed Kamal CV
Mohamed Kamal CV
 
kushtiwarinew
kushtiwarinewkushtiwarinew
kushtiwarinew
 
Web Designing
Web DesigningWeb Designing
Web Designing
 
Asp.Net Tutorials
Asp.Net TutorialsAsp.Net Tutorials
Asp.Net Tutorials
 
Website Designing Services | Web Development Vizag | Web Solutions Visakhapatnam
Website Designing Services | Web Development Vizag | Web Solutions VisakhapatnamWebsite Designing Services | Web Development Vizag | Web Solutions Visakhapatnam
Website Designing Services | Web Development Vizag | Web Solutions Visakhapatnam
 
Module-3 15CS71-WTA-Serverside Development with PHP
Module-3 15CS71-WTA-Serverside Development with PHPModule-3 15CS71-WTA-Serverside Development with PHP
Module-3 15CS71-WTA-Serverside Development with PHP
 
Be project ppt asp.net
Be project ppt asp.netBe project ppt asp.net
Be project ppt asp.net
 
Website development courses
Website development coursesWebsite development courses
Website development courses
 
Chicago Code Camp Leverage OOXML for Powerful Document Generation
Chicago Code Camp Leverage OOXML for Powerful Document Generation Chicago Code Camp Leverage OOXML for Powerful Document Generation
Chicago Code Camp Leverage OOXML for Powerful Document Generation
 
Php
PhpPhp
Php
 
Intro To Asp Net And Web Forms
Intro To Asp Net And Web FormsIntro To Asp Net And Web Forms
Intro To Asp Net And Web Forms
 
Web Development Today
Web Development TodayWeb Development Today
Web Development Today
 

Viewers also liked

Testing software
Testing softwareTesting software
Testing softwareankit dubey
 
Artificial inteligence
Artificial inteligenceArtificial inteligence
Artificial inteligenceankit dubey
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial IntelligenceGirish Naik
 
Artificial Intelligence Presentation
Artificial Intelligence PresentationArtificial Intelligence Presentation
Artificial Intelligence Presentationlpaviglianiti
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial IntelligenceNeil Mathew
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligenceu053675
 
artificial intelligence
artificial intelligenceartificial intelligence
artificial intelligencevallibhargavi
 

Viewers also liked (12)

Testing software
Testing softwareTesting software
Testing software
 
Cryptography
CryptographyCryptography
Cryptography
 
Artificial inteligence
Artificial inteligenceArtificial inteligence
Artificial inteligence
 
Wireless usb
Wireless usbWireless usb
Wireless usb
 
Nano computing
Nano computingNano computing
Nano computing
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Artificial Intelligence Presentation
Artificial Intelligence PresentationArtificial Intelligence Presentation
Artificial Intelligence Presentation
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Artificial inteligence
Artificial inteligenceArtificial inteligence
Artificial inteligence
 
artificial intelligence
artificial intelligenceartificial intelligence
artificial intelligence
 

Similar to 0nline shopping

Online shopping ppt by rohit jain
Online shopping ppt by rohit jainOnline shopping ppt by rohit jain
Online shopping ppt by rohit jainRohit Jain
 
Onlne Retail Management By Jitendra
Onlne Retail Management By JitendraOnlne Retail Management By Jitendra
Onlne Retail Management By JitendraJitendra
 
Industrial training project ppt of online shopping
Industrial training project ppt of online  shoppingIndustrial training project ppt of online  shopping
Industrial training project ppt of online shoppinganil kumar
 
Industrial training seminar ppt on asp.net
Industrial training seminar ppt on asp.netIndustrial training seminar ppt on asp.net
Industrial training seminar ppt on asp.netPankaj Kushwaha
 
Online advertising management system
Online advertising management systemOnline advertising management system
Online advertising management systemYesu Raj
 
Online advertising management system
Online advertising management systemOnline advertising management system
Online advertising management systemYesu Raj
 
Online bus pass registration
Online bus pass registrationOnline bus pass registration
Online bus pass registrationYesu Raj
 
How DotNet, SharePoint, and Azure helps to build a Custom Web Application wi...
 How DotNet, SharePoint, and Azure helps to build a Custom Web Application wi... How DotNet, SharePoint, and Azure helps to build a Custom Web Application wi...
How DotNet, SharePoint, and Azure helps to build a Custom Web Application wi...Aimore Technologies
 
VidyaBhooshanMishra_CV
VidyaBhooshanMishra_CVVidyaBhooshanMishra_CV
VidyaBhooshanMishra_CVLandis+Gyr
 
Portfolio - PROGmaatic Developer Network
Portfolio - PROGmaatic Developer NetworkPortfolio - PROGmaatic Developer Network
Portfolio - PROGmaatic Developer NetworkHabib Ullah Bahar
 
Bn1001 demo ppt advance dot net
Bn1001 demo ppt advance dot netBn1001 demo ppt advance dot net
Bn1001 demo ppt advance dot netconline training
 
SLC ASP.NET Framework and BPM (Eng)
SLC ASP.NET Framework and BPM (Eng)SLC ASP.NET Framework and BPM (Eng)
SLC ASP.NET Framework and BPM (Eng)Selcuk Celik
 
SharePoint 2013 App Provisioning Models
SharePoint 2013 App Provisioning ModelsSharePoint 2013 App Provisioning Models
SharePoint 2013 App Provisioning ModelsShailen Sukul
 

Similar to 0nline shopping (20)

Online shopping ppt by rohit jain
Online shopping ppt by rohit jainOnline shopping ppt by rohit jain
Online shopping ppt by rohit jain
 
Onlne Retail Management By Jitendra
Onlne Retail Management By JitendraOnlne Retail Management By Jitendra
Onlne Retail Management By Jitendra
 
Industrial training project ppt of online shopping
Industrial training project ppt of online  shoppingIndustrial training project ppt of online  shopping
Industrial training project ppt of online shopping
 
Industrial training seminar ppt on asp.net
Industrial training seminar ppt on asp.netIndustrial training seminar ppt on asp.net
Industrial training seminar ppt on asp.net
 
Online advertising management system
Online advertising management systemOnline advertising management system
Online advertising management system
 
Online advertising management system
Online advertising management systemOnline advertising management system
Online advertising management system
 
Online bus pass registration
Online bus pass registrationOnline bus pass registration
Online bus pass registration
 
How DotNet, SharePoint, and Azure helps to build a Custom Web Application wi...
 How DotNet, SharePoint, and Azure helps to build a Custom Web Application wi... How DotNet, SharePoint, and Azure helps to build a Custom Web Application wi...
How DotNet, SharePoint, and Azure helps to build a Custom Web Application wi...
 
VidyaBhooshanMishra_CV
VidyaBhooshanMishra_CVVidyaBhooshanMishra_CV
VidyaBhooshanMishra_CV
 
Portfolio - PROGmaatic Developer Network
Portfolio - PROGmaatic Developer NetworkPortfolio - PROGmaatic Developer Network
Portfolio - PROGmaatic Developer Network
 
Sajjad 2016 (1)
Sajjad 2016 (1)Sajjad 2016 (1)
Sajjad 2016 (1)
 
Bn1001 demo ppt advance dot net
Bn1001 demo ppt advance dot netBn1001 demo ppt advance dot net
Bn1001 demo ppt advance dot net
 
Explore asp.net core 3.0 features
Explore asp.net core 3.0 featuresExplore asp.net core 3.0 features
Explore asp.net core 3.0 features
 
niharika saxena
niharika saxenaniharika saxena
niharika saxena
 
SLC ASP.NET Framework and BPM (Eng)
SLC ASP.NET Framework and BPM (Eng)SLC ASP.NET Framework and BPM (Eng)
SLC ASP.NET Framework and BPM (Eng)
 
CODE IGNITER
CODE IGNITERCODE IGNITER
CODE IGNITER
 
icv
icvicv
icv
 
senior software developer .net
senior software developer .netsenior software developer .net
senior software developer .net
 
presentation slides
presentation slidespresentation slides
presentation slides
 
SharePoint 2013 App Provisioning Models
SharePoint 2013 App Provisioning ModelsSharePoint 2013 App Provisioning Models
SharePoint 2013 App Provisioning Models
 

Recently uploaded

Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
MICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxMICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxabhijeetpadhi001
 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxUnboundStockton
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...jaredbarbolino94
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 

Recently uploaded (20)

Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
MICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxMICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptx
 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docx
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 

0nline shopping

  • 2.
  • 3. 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. Introduction to .Net FrameWork
  • 4. .NET Framework consists of 3 main parts:  Common Language Runtime  Framework Classes/Libraries  ASP.NET .NET Framework
  • 5. .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.
  • 6.
  • 7. 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 India’s times where as examples of Web–site is like Delhi hotels ,jobs ahead 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 .
  • 8. Online shopping is a well-known company serving Indians and others, with a variety of All Products these include laptop, hard disk, 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.
  • 9. Interface Required- Platform Used:- Win Xp Or Higher Version Language Used: - C#.Net Database Used: - Microsoft SQL Server Hardware Required- Processor: -456 Mhz Or Above Ram:- 128 Mb And Above
  • 10. 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.
  • 11.
  • 15.
  • 16.
  • 17.
  • 22. string cnstr = @"Data Source=(LocalDb)v11.0;AttachDbFilename=|DataDirectory|customer.mdf;Integrated Security=true;"; string sql = "Select * from details where un='" + TextBox1.Text + "' and pswd='" + TextBox2.Text + "'"; SqlConnection cn = new SqlConnection(cnstr); SqlCommand cmd = new SqlCommand(sql, cn); SqlDataAdapter adp = new SqlDataAdapter(cmd); DataTable dt = new DataTable(); adp.Fill(dt); int c = dt.Rows.Count; if (c == 1) { Session["UN"] = TextBox1.Text; string fn = dt.Rows[0].Field<string>("fn"); string ln = dt.Rows[0].Field<string>("ln"); string sex = dt.Rows[0].Field<string>("sex"); string ttl; if (sex == "MALE") ttl = "Mr."; else ttl = "Ms."; string fullNm = ttl + " " + fn + " " + ln; Session["FullNM"] = fullNm; Label1.Visible = false; Response.Redirect("index.aspx"); } Connection code :-
  • 28. Hands- Shipping: Wait Time: Privacy: Many people have fear to disclose personal and private information for security Disadvantages of Online Shopping:
  • 30. FUTURE SCOPE OF PROJECT