I think it is difficult to find annotations to use, make sure that 2 or more text boxes are the same.
For pre:
Public class Newpassword model {public string newpassword {get; Set; } [MustMatch (name = "NewPassword")] // What's the right thing to come here Public string NewPasswordRep {get; Set; }}
you get native compare attribute public class NewPasswordModel {public string NewPassword {get; Set; } [Compare ("Newpassword")] Public String NeupswordRep {get; Set; }}
Comments
Post a Comment