I have login page, once logged in I create a session variable to store the UserName.
I\'ve used this variable to retrieve info for this User from Account table with AccountI
You can either use the session variable you stored in the previous page as it should still be accessible or another way is to pass the id over via a querystring such as www.foofoofoo.com?Id=23456.