I’m using Form Authentication and Membership provider. When I call Membership.ValidateUser(logon.UserName,logon.Password), it’s only returning a boolean which indicates whether this user is valid. But I want the User to be returned. How can I do that?
I’m using Form Authentication and Membership provider. When I call Membership.ValidateUser(logon.UserName,logon.Password), it’s only returning
Share
1 Answer