Discussion:
Membership.ValidateUser always false
(too old to reply)
John Devlon
2008-04-17 18:07:13 UTC
Permalink
Hi,

I would like to check of a username and password is correct...

Dim returnValue As Boolean
returnValue = Membership.ValidateUser(Me.Username.Text.ToString,
Me.Password1.Text.ToString)

... Before adding them as user ....

Membership.CreateUser(Me.Username.Text.ToString, Me.Password1.Text.ToString,
Me.Mail.Text.ToString)

... But ir returns always "false"

Does anyone have a solution ... ?



Thanx
d***@gmail.com
2015-06-11 13:10:12 UTC
Permalink
I have also face same problem

Loading...