Question: Using c#, visual studio, master page with web forms The students are free to define the products they want to sell and implement an e-commerce

Using c#, visual studio, master page with web forms
The students are free to define the products they want to sell and implement an e-commerce
web-based application that uses ASP.Net, SQL, LINQ to SQL, MSSQL SERVER, HTML and
CSS.
The developed application must include the following functionalities:
A Log-in Form / Sign Up (LINQ to SQL)
Where users enter their usernames and passwords in order to access the
secured parts of the application
A Listing Page with a list of data items
The list of data can represent a list of products on an e-commerce website for
example
The list may consist of either a table or a custom styled list
Each item in the list must have at least three displayed properties, for example if
we consider a product item it will have: A Product Name, A Product Description,
A Product Image, A Product Price
The data of the list items must be stored and retrieved from a database (images
may be stored in a folder)
An Admin profile to CRUD items (LINQ to SQL)
There must be an admin page to add new item, update or delete an existing item.
By adding a new item, it should be possible to upload the corresponding image.
In this case, this image will be stored in a folder on the server and the path in the
database table.
A Market Cart
The listing page must have a select/checkbox button for each item
The user may check more than one item
The listing page must have a Save to Cart button
When the Save to Cart button is clicked, a user is directed to payment page with
a list of selected Item and total price (if possible). Of course, the payment
operation has not to be implemented.
Database: The application must have a database where all data is stored into and
retrieved from and Not hard-coded, that also includes the username and password of
users

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Finance Questions!