invalid Email error for [email protected] address

C

Cirene

I have code written to update the users email address...

Dim u As MembershipUser
u = Membership.GetUser
u.Email = Me.txtEmail.Text
Membership.UpdateUser(u)

I tried the email address: (e-mail address removed)

The error I get on UpdateUser is...
System.Configuration.Provider.ProviderException: The E-mail supplied is
invalid. at
System.Web.Security.SqlMembershipProvider.UpdateUser(MembershipUser user) at
System.Web.Security.MembershipUser.Update() at
System.Web.Security.Membership.UpdateUser(MembershipUser user) at
admins_ManageUsers.SaveContactInfo()

Any ideas why?
 

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,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top