Can anyone tell me why client side validation is not working in my MVC 4 application.
@Scripts.Render("~/bundles/jquery") @R
Be sure to add this command at the end of every view where you want the validations to be active.
@section Scripts { @Scripts.Render("~/bundles/jqueryval") }