Hello

The ContainerControl.Validate() method is documented to:
"Validates the last invalidated control and its ancestors up through, but
not including, the current control."

How to I, from a form (more precisly a base form) trigger the validation of
the form itself.

I want to ensure that the Validation events is triggered and all values
transferred (trough databinding) before I peform a Save operation, however,
calling the Validate() method does not cause the validation events to be
triggered on the form itself. But it does case all data to be transferred
for the controls on the form.

Regards, TEK