how to create confirm password..

Recommended Answers

All 4 Replies

more information required to help you

Ask someone their password, and then after they type it, ask them again? :D

commented: :D +1

i create 2 texbox..
first password,second confirm password..

so i after i type password on password textbox1, i need to confirm that password in textbox2..if confirm password not same with password..i get mesej "password not same"

Try this:

If password.text <> confirmpassword.text Then
    Msgbox("Password not the same")
End If
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.