Reputation: 10749
I'm trying out ASP.NET MVC 2 Preview and when I use client side validation it all works if the following:
Is used on a content page. If it is on a Master Page - client side validation fails.
Is it just me or is this by design? If so - why?
Upvotes: 0
Views: 1292
Reputation: 32818
The answer is "it's just a preview." :) There will be bugs or other design nits - this being one of them - and they will hopefully be resolved in the future.
Upvotes: 2