EvaluateIsValid Method
Called during the validation stage of the ASP.NET.
protected abstract bool EvaluateIsValid()
Return Values
Indicates whether the validator that is evaluated is valid (true) or not valid (false).
Remarks
You can override this method with a derived method to provide your own validation logic when implementing your own validator controls.
See Also
Applies to: BaseValidator Class