Hi,
I'm relatively new to asp.net and c#, but have learned a ton in the past few months. My question probably has a relatively simple solution, but it's escaping me.
I currently have a site setup with user registration and authentication through the standard asp.net membership tables. I'm trying to create a "My Account" page that users can go to when logged in that will display information about their accounts pulled from other tables.
How do I indicate the logged in "UserName" value as the input parameter for the account information tables that I need to query?
Thanks