Client-side validation with a model-less view in ASP.NET MVC 2
Posted
by James Alexander
on Stack Overflow
See other posts from Stack Overflow
or by James Alexander
Published on 2010-04-05T21:34:40Z
Indexed on
2010/04/06
0:43 UTC
Read the original article
Hit count: 339
asp.net-mvc-2-validation
|asp.net-mvc-2
I'd like to use the new client side validation features in MVC 2 but I have a particular view that just has a couple textboxes on it and I don't want to create a strongly typed model for it. Can someone describe how to leverage the validation goodness in MVC 2 w/o a strongly typed model?
© Stack Overflow or respective owner