Hi Jay
The validators that come with .net don't do this
I've developed a set of validator controls that allow you to group them into
logical forms.
e.g.
<extendedvalidators:RequiredFieldValidator id="RequiredFieldValidator2"
runat="server" ErrorMessage="type something" ControlToValidate="TextBox1"
group="1"></extendedvalidators:RequiredFieldValidator>
In the future I'd like to sell them (after a bit more testing). So far a
couple of people who have posted similar questions have found that they
work.
If you like to try them mail me at (e-mail address removed) and I'll send
you the dll, let me know if you are using visual studio version 2002 or 2003
Cheers
Joe Gass
MCSD.net
Jay said:
I have 2 buttons on a page and both have causevalidation=true. There are
many requiredfieldvalidators on the page as well. The functionality I need
is when a user clicks on one button it only looks at the
requiredfieldvalidators for a few controls. And when the user clicks on the
other button it only looks at the requiredfieldvalidators for the other
controls. Is this possible?