I am using sqlexpress, asp.net and c#.
I have a database which I have been able to populate aspx pages with, but am not able to popluate the same aspx page with different data based on clicking a link.
I have created a table, (animals), which has a Primary Key column named animalID, and a...