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