BaseValidator.RegisterValidatorCommonScript Method

Definition

Registers code on the page for client-side validation.

protected:
 void RegisterValidatorCommonScript();
protected void RegisterValidatorCommonScript ();
member this.RegisterValidatorCommonScript : unit -> unit
Protected Sub RegisterValidatorCommonScript ()

Remarks

Use the RegisterValidatorCommonScript method to register code on the page to perform client-side validation.

Note

This method is used primarily by control developers.

Notes to Inheritors

Call this method in the PreRender event handler of the derived class to register the code that performs client-side validation.

Applies to

See also