Link to home
Start Free TrialLog in
Avatar of cdlciddit
cdlciddit

asked on

How can I use an ASP Linkbutton to pull information from a database? When the user clicks on the link I want all information for that record to be displayed

Hello. I have a page where I am using a listview to display information from my database. For each record I am only displaying a few fields. I have the name fields listed as linkbuttons b'c I want the user to be able to click on the name and be able to see more information which will basically pull all the fields for that record. Can anyone tell me how to do this?
ASKER CERTIFIED SOLUTION
Avatar of Manoj Patil
Manoj Patil
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of cdlciddit
cdlciddit

ASKER

Thanks. This is exactly what I needed. Sorry it took me so long to respond. I had to convert it to VB and that took some time b'c I'm not a programmer. But that worked. Thanks a lot.
This is exactly what I needed to fix my problem.