19 references to IsValid
System.Web (15)
UI\WebControls\ChangePassword.cs (1)
1703
if (Page != null && !Page.
IsValid
) {
UI\WebControls\CreateUserWizard.cs (2)
2101
if (Page != null && !Page.
IsValid
) {
2735
e.Cancel = (Page != null && !Page.
IsValid
);
UI\WebControls\DetailsView.cs (3)
2492
if (causesValidation && Page != null && !Page.
IsValid
) {
2612
if (causesValidation && Page != null && !Page.
IsValid
) {
3194
return Page.
IsValid
;
UI\WebControls\FormView.cs (3)
2123
if (causesValidation && Page != null && !Page.
IsValid
) {
2242
if (causesValidation && Page != null && !Page.
IsValid
) {
2753
return Page.
IsValid
;
UI\WebControls\GridView.cs (2)
3185
if (causesValidation && Page != null && !Page.
IsValid
) {
3902
return Page.
IsValid
;
UI\WebControls\login.cs (1)
1079
if (Page != null && !Page.
IsValid
) {
UI\WebControls\PasswordRecovery.cs (1)
1135
if (Page != null && !Page.
IsValid
) {
UI\WebControls\Wizard.cs (2)
1466
if (_commandSender != null && !DesignMode && Page != null && !Page.
IsValid
) {
1762
if (_commandSender != null && Page != null && !Page.
IsValid
) {
System.Web.Extensions (4)
UI\PageWrapper.cs (1)
72
return _page.
IsValid
;
UI\WebControls\ListView.cs (3)
2391
if (causesValidation && Page != null && !Page.
IsValid
) {
2517
if (causesValidation && Page != null && !Page.
IsValid
) {
3086
return Page.
IsValid
;