ServerValidateEventArgs::IsValid Property
.NET Framework (current version)
Gets or sets whether the value specified by the Value property passed validation.
Assembly: System.Web (in System.Web.dll)
Once your validation routine finishes, use the IsValid property to indicate whether the value specified by the Value property passed validation. This value determines whether the input control associated with the CustomValidator control passed validation.
.NET Framework
Available since 1.1
Available since 1.1
Show: