Menu

Using C Database Table Productlist Id Pk Prodreference Unique Prodname Prodimage Prodprice Q43899909

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 htmlview and the user has the ability to add, modify and delete aproduct.

  • Test the uniqueness of product reference.
  • Add a filed in the top of the page Reference“ to let the usersearch for an item by reference code.

Expert Answer


Answer to using c# database table product_list(id pk, prod_reference ‘unique’, prod_name,prod_image, prod_price and prod_categ…

OR