Several fields I was validating, custom wasn’t showing up

Finally entered everything but the one I was trying to validate started showing up

If any other field was invalid, the error for the custom wasn’t showing up

– Display set to Dynamic (nope)

– Switch from Server Validation to Client Validation, Server won’t fire if Client is invalid – http://stackoverflow.com/questions/701029/asp-net-custom-validator-client-side-server-side-validation-not-firing

– Need to write client side validation using javascript