FieldTemplateUserControl.SetUpValidator Method (BaseValidator)
.NET Framework (current version)
Sets up a ValidationGroup on all validation controls.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
abstract SetUpValidator : validator:BaseValidator -> unit override SetUpValidator : validator:BaseValidator -> unit
Parameters
- validator
-
Type:
System.Web.UI.WebControls.BaseValidator
The validation control to set up.
This method performs additional logic for specific validation control such as the RangeValidator and sets up a ValidationGroup on all validation controls.
.NET Framework
Available since 3.5
Available since 3.5
Show: