I just figured out, if I set the EnableClientScript on both (CustomValidator, CompareValidator) to false it works! But now it's not dynamic anymore, the page is beeing validate after the button click event but not after the textfield changed event anymore.
Any ideas why it works with
EnableClientScript="False"
and how I can get it t work with validation on each textbox changed event?
ronin47
Member
62 Points
73 Posts
Re: CompareValidator and CustomValidator in one Form
Apr 27, 2012 02:22 PM|LINK
I just figured out, if I set the EnableClientScript on both (CustomValidator, CompareValidator) to false it works! But now it's not dynamic anymore, the page is beeing validate after the button click event but not after the textfield changed event anymore.
Any ideas why it works with
and how I can get it t work with validation on each textbox changed event?
thx