Validator Add Method (Control)CleanCode C# Libraries v1.2.03 API
Adds the specified OnlineControl to the list of form fields to validate.

Namespace: CleanCode.Forms
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public void Add(
	Control control
)
Remarks

By omitting an associated error label (as the other variants of this method require), you must then provide an OnlineErrorProvider in the constructor, as those are the only two mechanisms for reporting a validation error.
See Also