ASP.NET supports both client-side and server-side validation. ASP.NET enables client-side
validation by writing certain javascript into the page. Anthem enables client-side
validation by injecting that same javascript into an existing page. Anthem removes
client-side validation by removing critical pieces of that javascript.
This page demonstrates several validation controls using both server-side and client-side
validation. Note the following limitations in ASP.NET (don't blame Anthem):