Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: Validator


Message #1 by "Daniel Klemm" <daniel_klemm@b...> on Wed, 18 Sep 2002 19:04:32 +0100
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

Message #2 by gainesme72@a... on Thu, 19 Sep 2002 08:28:28
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


  Return to Index