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: 249
asp.net-mvc
|asp.net-mvc-2
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