For some reason my client side validation does not seem to be working:
Here is my html:
@using (Html.BeginForm(\"Create\", \"Home\", FormMethod.Post)
Use:
@Html.EditorFor
Instead of:
And of course you need the jquery.validate.* scripts
jquery.validate.*