Quantcast
Channel: CSharp Forum Latest Questions
Viewing all articles
Browse latest Browse all 32058

How to check Password exist in Membership Table ?

$
0
0

Ø     Hi

               How to check password exists in asp.net Membership Table? Or How to check old password and new password.

          Ex:

                                  object objUserID = (System.Guid)Membership.GetUser(strEmployerUserName).ProviderUserKey;

                            MembershipUser objUsr = Membership.GetUser(objUserID);

                          

 



                

              

 

Ø  


Viewing all articles
Browse latest Browse all 32058

Trending Articles