I am working on my first website using Html, CSS, JS, C# etc. I wanted to create a product page where the buyer would view the products. Then, by clicking on the product the buyer would be redirected to the page of that product where all the information of the product will be displayed. And I have setup the page as per need. Now the issue is regarding linking that page to particular product. My items are stored in a MSql database. Whenever I click on the single product it opens up in a new page that I created for single product detail but instead of showing the detail of that particular product, page loads the details of all the products..