In fact, there are several replacements to Microsoft's validators that offer
"validation groups" today. There are numerous limitations to Microsoft's
validators (like no client-side support for non-IE browsers) so many of
these replacements offer lots more features. I wrote one of them.
"Professional Validation And More" at
http://www.peterblum.com/vam/home.aspx. Its 22 validators support validation
groups, "smart enabling" (when a validator should turn on and off based on
something else on the page), client-side support for IE, Netscape/Mozilla,
Opera 7, and Safari, and much more.
I wrote a document that helps you understand the limitations of Microsoft's
validators:
http://www.peterblum.com/vam/valmain.aspx.
--- Peter Blum
www.PeterBlum.com
Email:
PL****@PeterBlum.com
Creator of "Professional Validation And More" at
http://www.peterblum.com/vam/home.aspx
"News" <ge**@lycos.com> wrote in message
news:eJ********************@magma.ca...
Hi,
I have a page with one <form></form>.
This page contains 2 part forms with 2 buttons, one for each part form.
<form>
Part 1
<date>
<requiredfiledvalidator>
<button1 OnClick="btn1_OnClick" >
Part 2
<name>
<address>
<button2 OnClick="btn2_OnClick">
</form>
Part 1 of the form has a required field with a date that must be field in
before clicking button1.
Problem is when I click button2 required field validator from form part 1
fires up.
How can I disable required field validator from form part 1 when I click
on button2.
Thanks