Author: srelliott | Posted on: 9/12/2010 4:57:04 PM | Views : 897

I have my profiles system setup where users add their First Name, Last Name, Street Address..etc and it all gets displayed into a page of the site as a directory list of users (to show their contact information for other users of the site...sort of like a phone book). I have it setup so no one can enter a duplicate street address when they register, so only one person per household can register.  Now the client says they want each user to be able to create sub-profiles, so there's a main account for each household, but they want that user to be able to add sub-profiles to their account, so they can add family members profiles that will also get listed in the site directory with the registered users of the site.  I'm not even sure where to start on this, as I haven't found any asp.net examples of this online.  Has anyone done anything like this and can offer me advice?

...

Go to the complete details ...