Hi,
I'm trying to add some validation rules to 2 PasswordBoxes. Both must have more than 5 characters and, both passwords must match. I'm not currently using MVVM.
I figure I could check the password on the PasswordChanged event but I can't get the Invalid state to toggle on the boxes.
Does anyone have examples of something like this working?