Search code examples
asp.net-mvc-2-validation

ASP.NET C# MVC 2 Web App: PropertiesMustMatch?


For some reason, PropertiesMustMatch has absolutely no effect. Do I need to make some other connection beyond what the project built for me?

Also, by adding a new PropertiesMustMatch bind for ConfirmEmail, that also has no effect.

Any ideas?


Solution

  • Apparently MVC 2 doesn't recognize PropertiesMustMatch. Here's the real answer... as unpleasant as it is: Link