A
Alan
Hi Expert,
Dim u As MembershipUser = Membership.CreateUser("jfewfewa801",
"r09gtrez30@")
Above statement return "The E-mail supplied is invalid." until I set
requiresUniqueEmail="false" in web.config. Is there a way to create
user with empty email address while required non-empty email to be
unique?
I can insert dummy unique to work around this but it's so ugly, any
beautiful solution?
thanks a ton in advance.
Alan
Dim u As MembershipUser = Membership.CreateUser("jfewfewa801",
"r09gtrez30@")
Above statement return "The E-mail supplied is invalid." until I set
requiresUniqueEmail="false" in web.config. Is there a way to create
user with empty email address while required non-empty email to be
unique?
I can insert dummy unique to work around this but it's so ugly, any
beautiful solution?
thanks a ton in advance.
Alan