It’s a two-step process: first reference the necessary jQuery files.
<script src="<%= Url.Content("~/Scripts/jquery-1.5.1.js") %>" type="text/javascript"></script>
The second step is to call the EnableClientValidation method.
<% Html.EnableClientValidation(); %>