Free Online Shoes Shopping Website in ASP.Net C#
In this asp.net tutorial we provide online shopping website project in c# source code with sql server database file for only educational purpose. We also provide download link for use case diagram , data flow diagram , Activity Diagram and ER Diagram of online shopping website.
ASP.NET Online Shopping Website
| Project Title : | Online Shoes Shopping Website Project |
|---|---|
| Abstract : | Online Shopping website with customer and admin module. |
| Project Type : | Web application |
| Technology : | Visual Studio 2010 with C# Language |
| Database : | SQL-Server 2008 Database |
The Online Shoes Shopping website is a web based application developed in visual studio 2010 using c# language, which helps consumer to find latest shoes with different patterns on internet. This website allow people to directly buy latest shoes from website.
Online Shoes Shopping project has main two module : Customer and Admin.
The customer is a user who want to buy products from our website. For buy shoes user need to register first and after he can buy product and finally make a online payment for confirm the order. After confirm order user gets shoes on his delivery address.
The Admin is a responsible person to run the website, or we can say the owner of a website. Admin can manage all products, customer detail and order detail. Admin can add, delete and update any information regarding to shoes.
Video Tutorial – Online Shopping Website Project
Online Shopping Website Project Modules
In this online shopping system there are main two modules :
Admin : Admin is a responsible person to run the whole system. Admin can add, delete, update all information related to system like category, item information, order information.
User / Customer : User is a visitor, who visit the site and buy something from our website by making a online payment.
Both user and admin have different task in online shopping system. lets describe each module task with short description below.
Admin site module
- Login module
- Manage Category
- Manage Item
- Manage user
- Manage order
- Manage Reports
User site module
- Registration
- Login
- Make Order
- Make Payment
- Manage Account
- Change Password
Related Project :
Mobile Shopping Website ASP.Net Project
Online Camera Website ASP.Net Project
Food Ordering System ASP.Net Project
Download Online Shopping Website in ASP.Net
| Download asp.net project with source code | Online Shopping |
|---|---|
| Download Online Shoes Shopping Website in ASP.Net | Download Layout1 |
| Download Online Shoes Shopping Website in ASP.Net | Download Layout2 |
| Download SQL-Server Database File. | Download Database |
| Download System Flow Chart Diagram | Download Flow Chart |
| Online Shopping Website System Data Flow Diagram | Download DFD |
| Online Shopping Website Use Case Diagram | Download Use Case |
| Online Shopping Website System Activity Diagram | Download Activity |
| Online Shopping Website E-R Diagram | Download ER-Diagram |
Project Tips :
Buy Project :
Now, No need to buy project. Now it is Free. If need any help contact us on meeraacademy@hotmail.com.
We provide this free project for students, only for educational purpose.
Download and Run Project Demo :
Learn how to download and run c# .net project with source code. Project Demo
Subscribe us
If you liked this c# post, then please subscribe to our YouTube Channel for more Project video tutorials.
We hope that this asp.net project tutorial helped you to understand Online Shopping Website Project.
Hello
I need urgent help. I am trying to built your project in Visual Studio 2012 but its giving 144 errors. All are of missing directive or assembly reference, and the current context doesn’t exist.
Can you help me with this? Visual Studio 2012 and Sql server 2012
Need help urgently.
Thanks
First Download project source code and database file from given download link.
After open project in visual studio and restore database file in sql server then create stored procedure in sql database as shows in above video.
After done all above things the project will smoothly run..
is the text file enough to create the database or we have to copy paste it
First create new database with name = OnlineShop. After SQl –> New Query –> past text file –> Execute query, table and store procedure automatically created in database.
Hi Meera, Excuse me I have the following issue:
Configuration Error
Parser Error Message: Could not load file or assembly ‘CrystalDecisions.ReportAppServer.ClientDoc, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304’ or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 13:
Line 14:
Line 15:
Line 16:
Line 17:
Source File: C:\Users\nolascse\Documents\Residencias\ejemplos catalogo\catalogo shoes\onlineshoes\web.config Line: 15
Download and install crystal reports.
which crystal reports i should download because lot of there in crystal versions so pllzz help me………
you have to download crystal report for visual studio 2010. Source file name should be “CRforVS_13_0”.
After installing crystal reports it gives the same error …help me
make sure, project open in visual studio 2010.
Im using VB 2012
Also, I can’t find “dbo.USER_INSERT” in your database, u.u
so, I appreciate your prompt help.
CREATE PROCEDURE [dbo].[USER_INSERT]
@NAME AS NVARCHAR(256),
@SURNAME AS NVARCHAR(256),
@ADD AS NVARCHAR(256),
@CITY AS NVARCHAR(256),
@PIN AS NVARCHAR(256),
@MOB AS NVARCHAR(256),
@EMAIL AS NVARCHAR(256),
@PASS AS NVARCHAR(256)
AS
BEGIN
INSERT INTO UserMst VALUES(@NAME,@SURNAME,@ADD,@CITY,@PIN,@MOB,@EMAIL,@PASS,GETDATE())
END
how will run these project
First Download project source code and database file from given download link.
After open project in visual studio and restore database file in sql server then create stored procedure in sql database as shows in above video.
I don’t get procedure in admin side:
1. dbo.catemst_insert
2. dbo.Item_insert
3. dbo.order_select_distinct_uname
4. dbo.payment_select_for_distinct_uname
and user side :
1. dbo.User_select_by_email
2. dbo.order_select_by_uname
3. dbo.paymentmst_select_by_uname
4. dbo.order_select_by_uname_status
i requesting you provide me whole database
missing stored procedure are given in above video tutorial.
please mail me whole database with above procedure
in my mail
pankajkd17@gmail.com
Hi! Can you give me please the right procedure how to run your code? Thanks! Best regards!
First Download project source code and database file from given download link.
After open project in visual studio and restore database file in sql server then create stored procedure in sql database as shows in above video.
After done all above things the project will smoothly run..
Can you send whole project?Some procedure are missing.:(
hello sir can you please send al source code in my mail in prustyliza96@gmail.com
Download link already given in post.