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