I'm sorry, this feels like such a stupid question. But here goes..
Every user on my page have their own guestbook on their profile. To show their guestbook I've used a QueryString with UserId, and it shows the specific users recieved messages. I also have the UserId of the profile that sended the message, but I would of course like to view the senders username instead of the UserId. The guestbook database looks like this..
ID
SenderID
UserId
Message
I'd like to get info from the Users table and my ProfileTable for the senders username and profile image, how do I do that inside the DataList I've already used to show the users messages? I can't seem to find a way to get the Senders info, it will only show the User Info of the users who's guestbook i'm viewing.
I'm sorry for sounding so confusing, I hope someone can help me out..
...
Go to the complete details ...