Create Profile info for not logged users

S

SR

Suppose I have to create a dozen of users taking their data from a list

Membership let me do it with the Create method, but what about Profile ?
eg. I want FullName, Age (in Profile) UserId, pwd (in membership)

something like (pseudocode):
for each user in excel file
Membership.CreateUser("john","....")
// this doesn't work...
ProfileCommon p = new ProfileCommon();
p.GetProfile("john")
p.Fullname = ..
p.Age = ...
p.Save()


Thanks
Sandro
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,566
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top