Mikeon
Mikeon

Reputation: 10749

EnableClientValidation on Master Page

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

Answers (1)

Levi
Levi

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

Related Questions