asp.net mvc
Compare password and confirm password in ASP.Net MVC
A
Desh-Duniya Team
Author
[Required]
public string Password { get; set; }
[NotMapped] // Does not effect with your database
[Compare("Password")]
public string ConfirmPassword { get; set; }