hello friends,
i have to make social networking website like orkut and facebook..'
i want that username and password should be checked from aspdb and all other things profile,community,scraps etc should be from custom table(which i wl add to aspdb database)
is it possible? and to which table of aspdb i use to create relationship with other customized table(scraps,friends,community) etc

Kirtan PatelPosted Feb 7, 2010, 8:40 AM
it has Two Fields UserID and Username ..both of them can be used to make Foreign key in your Other Table !! :)
membership class has methods to retrieve UserId if You have User name and Membership class can also Retrieve User name If you
have User name ..Vice Versa so either of two you can use as Friegn key in your Custom Tables to Integrate with aspnetdb :)
mark "Do you like this answer" check box if it help you :)