aspnet_Users
Hi , i m trying to create membership user programmatically. ideally we can add User name and password (and optionally an e-mail address), and then use a membership function named CreateUser to create a new user in the membership system.which will create user in aspnet_Users table... but my requirement is i have to include additional information coming from other tables which will be foreign keys.... can this be done ... please advice.
Thanks
|