I have a question, the onKeyUp event of the java script influences the ClientValidationFunction property of the CustomValidator. I'm maintaining a page here in the company, and I need to validate a textbox field to accept only number or empty before saving on base. but if this field did not respect the rule was asked to put the border in red. I can do the validation of the numbers with a javascript function to leave only the numbers in both the onBlur, onKeyUp, onkeypress and onChange event, but to paint the control border with the CustomValidator only works when I take the onkeyUp. Is it possible to use this java script event with CustomValidator?