Hi,
does anyone know if there is a way to trigger the client side form validation in a .Net MVC app manually? I want to do the following:
<script type="text/javascript">
if([form valid]) {
//do something
}
</script>
I already looked through the code in MicrosoftMvcValidation.js but didn't find a method I could call on the form.