Microsoft realizes that they missed this key concept: different submit
buttons going to different validators. They are fixed it with "validation
groups" in ASP.NET 2.0. Validation groups lets you associated a name between
a submit button and its validators.
I rewrote ASP.NET validation to address numerous limitations, including
validation groups, in Professional Validation And More
(http://www.peterblum.com/vam/home.aspx). In addition to supporting
validation groups, its 22 validators greatly expand what you can do with
validation, from the browsers it supports, to the UI it offers, to the rules
of validation. It helps you avoid writing custom code and hacks that are
used with Microsoft's validators.
--- Peter Blum
www.PeterBlum.com
Email: PLBlum@PeterBlum.com
Creator of "Professional Validation And More" at
http://www.peterblum.com/vam/home.aspx
> Hello,
>
[quoted text clipped - 8 lines]
>
> Thanks