Question: using c# database table product_list(id pk , prod_reference unique, prod_name,prod_image, prod_price and prod_category ) - Under products.aspx display the list of products in an html
using c#
database table product_list(id pk, prod_reference unique, prod_name,prod_image, prod_price and prod_category )
- Under products.aspx display the list of products in an html view and the user has the ability to add, modify and delete a product.
- Test the uniqueness of product reference.
- Add a filed in the top of the page Reference to let the user search for an item by reference code.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
