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: 314

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

Related posts about asp.net-mvc-2-validation

Related posts about asp.net-mvc-2