aspx_beginners thread: Validator
I'm using a Regular Expression Validator on a text box Instead of displaying a message when the validator is false I want run a some code. Is this possible ? Regards Daniel
Yes, you can use the <asp:CustomValidator ... OnServerValidate="ValidateThis"> --> ValidateThis is a custome proc with your code in it. > I'm using a Regular Expression Validator on a text box Instead of displaying a message when the validator is false I want run a some code. Is this possible ? Regards Daniel
|





