Determines whether the content in the input control is valid.

Namespace: System.Extensions.Web.UI.WebControls
Assembly: System.Web.Extensions2 (in System.Web.Extensions2.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
protected override bool EvaluateIsValid()
Visual Basic
Protected Overrides Function EvaluateIsValid As Boolean
Visual C++
protected:
virtual bool EvaluateIsValid() override
F#
abstract EvaluateIsValid : unit -> bool 
override EvaluateIsValid : unit -> bool 

Return Value

Type: Boolean
True if the control is valid; otherwise, false.

See Also