I am making a real estate website in APS.NET (web forms) where users can add property listings to the front page, as shown in the screenshot. All information in the listing is retrieved from an mySQL database.
My issue is that I want the user to be able to press "More details" and be redirected to a new page where the full information about the listing is presented. However I don't know how to check which listing was pressed and how to modify the URL of the new page based on the selected listing?