i found this http://stackoverflow.com/questions/4318524/understanding-validationcontext-in-dataannotations
but i have doubt that :
in
m_validationAttributes.Add(new CustomValidationAttribute(typeof(DateOfBirthValidator), "ValidateDateOfBirth"));
what i can write in ValidateDateOfBirth ? what is the signature for it?
Replies
Know the answer? Post it — somebody with the same question will find it here.