I have a database of some records of the users of my website, such as Name, Email, Address etc. I have created a page using ASP.net (C#), which can display the information of the user in arranged manner. I want to display that page with information when anyone click the user name from list. How can I add parameter with the page? so that I can fetch data from database using name or ID linked in the list with user name.
我试图做的是:
example.com/userpage.aspx/XYZ