Interview Test Custom Validator

Please put your work on these placeholder pages and use code-behind class files so we can see your code (please don't compile into DLL files):
« Back To Home

Please use the built-in .NET <asp:CustomValidator> control to validate the following:

Please perform validation on the server and please make sure that Javascript (client-side) validation is performed as well. We've had several applicants forget to do the Javascript validation on the client-side so please make sure that you're doing both server-side and client-side validation.

Server-side validation needs to be implemented on the code behind page.