hi, how to customize an Attribute for validation.i need 1 very goood example.
m_validationAttributes.Add(new CustomValidationAttribute(typeof(DateOfBirthValidator), "ValidateDateOfBirth"));
what i can write in
ValidateDateOfBirth ? what is the signature for it?