ToolStrip control supports new features of .Net
2.0 such as validation groups - set ValidationGroup property and be ensure that validation occurs
only for controls in the specified group. This enables you to have multiple separately
validated forms on a single page. To enable page validation - use buttons with
CausesValidation = true.
All ToolStrip buttons has properties CausesValidation and ValidationGroup.
|