Author: akshay144 | Posted on: 9/1/2009 8:06:46 AM | Views : 1296

 Hi All
I am using the ASP.Net Profile feature to store username, address, dob etc etc
I also have a table which contains the membership user_id say this table is called books_bought
this table stores all the information about all the books everyone has ever bought it has a book id which comes from book table
book_id, membership_id
1, x(eg)
1, y
I can access logged in user's details.
Problem is when x is logged in I want to access details of y who have the same book id and get y's username, dob, etc etc
I tried to look into the Profile PropertyValues and PropertyNames but am not sure how to use these.
Can any1 please help?
Kind Regards,
Akshay
 
 
...

Go to the complete details ...