Skip to content

Instantly share code, notes, and snippets.

@danesparza
Created May 16, 2011 19:04
Show Gist options
  • Save danesparza/975081 to your computer and use it in GitHub Desktop.
Save danesparza/975081 to your computer and use it in GitHub Desktop.
ASP.NET MVC2 custom validation helper - View code
<div id="email_tip" class="tip <%: Html.ValidationCSSClassFor(m=>m.Email, "error") %>" style="display: none;float: left;">
<%: Html.ValidationMessageFor(m=>m.Email) %>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment