I am using the jQuery Validation Engine in Asp.net MVC everything working for me however when i trying to use in Asp.net Button Validation Messages is come but also the form submited. how to disable the submiting if form is not valid.
<link href="~/Content/validationEngine.jquery.css" rel="stylesheet"/>
<script src="~/Scripts/jquery.validationEngine-en.js"></script>
<script src="~/Scripts/jquery.validationEngine.js"></script>
<script type="text/javascript">
$("#form5").validationEngine({ ajaxFormValidation: true, promptPosition: "bottomLeft", scroll: true, maxErrorsPerField: 1 });
</script>