1
I have a question, the onKeyUp event of the java script influences the Clientvalidationfunction property of the Customvalidator. I am maintaining a page here at the company, and I need to validate a textbox field to accept only number or empty before saving on base. but if this field does not respect the rule it was asked to place the border in red. i manage to validate the numbers with a javascript function to leave only the numbers both in the event onBlur, onKeyUp, onkeypress and onChange, more to paint the edge of the control with the Customvalidator only works when I shoot the onkeyUp. It is possible to use this java script event with Customvalidator?
Already used Updatepanel, or is using Updatepanel ?
– Diego Filipe Pedro Santos
I am not using updatePanel
– krispim