Sunday, May 11, 2014

Disable model validations while submitting the form in MVC

Add below line in the top of the view.
@{
           Html.EnableClientValidation(false);
    }

1 comment:

  1. Nice work, your blog is concept-oriented, kindly share more blogs like this
    Dot NET Online Training

    ReplyDelete