Can this be done?

Apr 29 2004 2:30 PM
I have a aspx page that queries a db and generates a list of records. The db has some 15 or so columns so I have only queried for 7 of the columns in my results page. The question I have is: Is there a way I can have the first field data be a link to the full data details for that record? In other words, say I have a database of demographic data for users. I have a scaled down list of records from that db that only contains NAME, DEPT, COMPANY. I want to have each name be a link to further details about that user. So if you clicked on Smith, John then you would get other details about their record such as name, email, phone, dept, company, address, zip. Thank you for your thoughts. Sincerely, Tim

Answers (2)