RangeValidator::EvaluateIsValid Method ()
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Determines whether the content in the input control is valid.
Assembly: System.Web (in System.Web.dll)
The following code example demonstrates how to override the EvaluateIsValid method in a custom server control so that it always validates that the value exists and is within the maximum and minimum values specified for the RangeValidator.
.NET Framework
Available since 1.1
Available since 1.1
Show: