Hi,
You may need to use the ID field as a reference in that.
1 John
2 Peter
3 Sam
You need to have your View links to have hyperlink with a querystring carrying 1 for John, 2 for Peter, respectively.
Thus on clicking View of John's row, you can use the ID value and query the database to show that person's details.
Hope that helps.
Cheers
__________________
- Vijay G
Last edited by happygv; January 6th, 2009 at 08:18 AM..
Reason: Typo corrected
|