I have noticed that if I validate a string property that happens to be NULL, then the validation fails. I would think that a NULL string, since it is empty, or at least definitely not greater that than the max length, should pass a check on the MaxLength. Robert |