|
-
Oct 22nd, 2005, 06:52 PM
#1
Thread Starter
Hyperactive Member
please help concerning this question on Membership
I did a post in asp.net but nobody answers to it. I hope that someone of you could help me (urgent problem).
http://forums.asp.net/1088483/ShowPost.aspx
-------------
Here is the way I thought to loop throuth all profiles and update them.
For Each MembershipUser As MembershipUser In Membership.GetAllUsers
Dim myProfile As New ProfileCommon
myProfile.GetProfile(MembershipUser.UserName)
myProfile.Fax = "99991999999"
myProfile.Save()
Next
But It doesn't work. I get an error when it comes to myProfile.Fax = "99991999999".
Thank you very much for any advice!
Regards,
Fabian
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|