I am developing a number of MVC5 applications involving user registration with two Html.PasswordFor helpers, one for initial password entry the other to confirm the password. I am having trouble with the confirm password set to null in the view postback. I'm using the same code that has worked successfully in the past. The password comes in OK but I cannot retrieve the confirmation value. What can the problem be?
↧