We have a partial view that contains a form with unobtrusive customer verification.
If we load a partial view using Html.Action, validation is done on the client side.
If the user clicks on the link, we use jQuery to populate the div with a partial view, the client check always returns true.
Any idea what is going on?
source
share