3
Answers

How to validate Password textbox C# winfrom

Photo of Nazhand Zareei

Nazhand Zareei

12y
27.9k
1
Hi,

I have a change password form, which I would like to check :
        1.it shouldn't be empty or null
        2.txtNewpassword.Text = txtConfimPassword.Text

How to write if statement for those conditions./

Thanks.

Answers (3)