Nazhand Zareei

Nazhand Zareei

  • NA
  • 18
  • 115.3k

How to validate Password textbox C# winfrom

Apr 9 2013 6:58 PM
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)