The goal of the IClientValidatable interface is to let you extend your server-side DataAnnotations with client-side functions in ASP.NET MVC 3. For instance, a Data Annotation that ensured that a ...
Doing a CMS-ish type thing with user-editable content pages in an MVC2 web app. Using MarkItUp to do the editing since I had issues with both tinyMCE and fckeditor... anyway, MarkItUp has a preview ...