submittingthe form even if the form is in invalid state
- by Abu Hamzah
i am using asp.net web forms and i am using bassistance.de jquery validation.. i have bunch of fields in the form and its validatating how it suppose to but its still executing my code behind code, why is it doing that?
here is my code:
form:
<script type="text/javascript">
$(document).ready(function() {
…