MVC3 Display an Asterisk For Error Message
So with when working with MVC3 you can decorate your POCO’s with attributes that can be used to validate the properties on both the server and client side. It makes validation easy. But what if you don’t really have the … Continued