How do I use custom member properties for people on my .NET website
        Posted  
        
            by Jordan S
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jordan S
        
        
        
        Published on 2010-03-25T00:14:08Z
        Indexed on 
            2010/03/25
            0:33 UTC
        
        
        Read the original article
        Hit count: 597
        
I am trying to make an asp.net website using Visual web dev and C# that accesses data in an SQL database. For my site, I need to be able to save and access additional user properties such as age and gender. I have been playing around with the built in .NET Login tools but I don't understand how to keep track of the additional properties (age, gender...) I could store all the users information in my own database but how do I correlate the users data in my DB to the usernames in the member database that is automatically created?
© Stack Overflow or respective owner