what would be the best method to override the validation of data in an mvc application
        Posted  
        
            by waynem
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by waynem
        
        
        
        Published on 2010-06-10T20:19:15Z
        Indexed on 
            2010/06/10
            20:23 UTC
        
        
        Read the original article
        Hit count: 243
        
I have a very large form I need the user to complete. They need to be able to save their progress whether valid or not. When they have come back at a later time, they can update and make valid - then submit the data.
I am using client side scripting (xval), server side attributes on the domain model.
© Stack Overflow or respective owner