Question: Create an ASP.NET e-commerce web application that has an admin page to add the product information such as product description, product price and product category.
Create an ASP.NET e-commerce web application that has an admin page to add the product information such as product description, product price and product category. he addition of product information is done in database, display the list of all the products in the database.
Jote: The database is MySQL database with database name "prodDB", table name "product" and columns are pdesc, pprice and pcat.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
