Validation without UpdateModel

Posted by Danny on Stack Overflow See other posts from Stack Overflow or by Danny
Published on 2010-06-17T09:09:01Z Indexed on 2010/06/17 9:13 UTC
Read the original article Hit count: 228

Filed under:
|

I have a an ASP.NET MVC2 application, with Linq2SQL, that updates a database without using the UpdateModel. Is it still possible to trigger validation without using UpdateModel?

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about asp.net-mvc-2