1 write to IsValid
System.Web.Mobile (1)
UI\MobileControls\CustomValidator.cs (1)
101
e.
IsValid
= OnServerValidate(e.Value);
2 references to IsValid
System.Web (1)
UI\WebControls\CustomValidator.cs (1)
155
return args.
IsValid
;
System.Web.Mobile (1)
UI\MobileControls\CustomValidator.cs (1)
89
return args.
IsValid
;