2 implementations of IsValid
System.Web (1)
UI\WebControls\BaseValidator.cs (1)
207public bool IsValid {
System.Web.Mobile (1)
UI\MobileControls\BaseValidator.cs (1)
101public bool IsValid
2 references to IsValid
System.Web (2)
UI\Page.cs (1)
3394if (!vc[i].IsValid) {
UI\WebControls\ValidationSummary.cs (1)
272if (!val.IsValid) {