3
Answers

How to validate Password textbox C# winfrom

Nazhand Zareei

Nazhand Zareei

11y
12.7k
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)