ASP.NET validators are really nice things to have on your webforms. But with todays Web 2.0 scenarios, validations can be quite demanding. In the next major release of ASP.NET I would love to see following features: 1] A MultipleFieldValidator, which is similar to CustomFieldValidator, but accepts collection of controls to validate. Right now a workaround [...]
