do u have custom validation code that u need to resuse, do u find yourself copying code of validation between pages well here's how to build a custom validator all you have to do besides inheriting Control is implement the IValidator Interface and here u go public class ValidatorControl: Control...