Unit 2 Practical 5
Using database of program 4, design a web page which shows hyperlink for each unique category. When user click on specific hyperlink pass that category to another page called ProductList.aspx. This page lists all products which belong to the category selected by the user on the previous page. The page shows small image of the product and price only. When user clicks on small product image then user will be redirected to ProductDetails.aspx page which shows all the details of the product with larger image.
U2_P5.aspx
product_list.aspx
productDetails.aspx

OUTPUT
U2_P5
Product List
Product Details