ASP.NET MVC 2 EnableClientValidation : validation group
        Posted  
        
            by ans-anish
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ans-anish
        
        
        
        Published on 2010-06-04T01:40:42Z
        Indexed on 
            2010/06/08
            0:52 UTC
        
        
        Read the original article
        Hit count: 310
        
asp.net-mvc-2
I'm using ASP.NET MVC 2, DataAnnotation and MicrosoftMvcValidation.js for validation. I have two forms in my view..is there a way to use Validation Group for client side validation (like in ASP.NET Webforms).
thanks
© Stack Overflow or respective owner