Group Validation Sample All three validation methods (AtLeastOne, NoneOrAll, All) are demonstrated on this form. Note: Advanced error summary and group field highlighting are performed by 360 IMPACT's Validation Processor to visually demonstrate group validation. You can also use Group Validator with the standard Validation Summary that comes with ASP.NET NoneOrAll Validation -- This sample demonstrates using the Group Validator to ensure that either no fields are entered or all of them are entered. Submit this form when no fields have been entered, when at least one field has been entered, and when all fields have been entered to see the Group Validator in action.
AtLeastOne Validation -- This sample demonstrates using the Group Validator to ensure that at least one checkbox is selected. Submit this form when no checkboxes are selected and when at least one is selected to see the Group Validator in action.
All Validation -- This sample demonstrates using the Group Validator to ensure that all fields are entered. Submit this form with and without all fields being entered to see the control in action.