Page.IsValid Property
Gets a value indicating whether page validation succeeded.
Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
| Exception | Condition |
|---|---|
| HttpException | The IsValid property is called before validation has occurred. |
For this property to return true, all validation server controls in the current validation group must validate successfully. You should check this property only after you have called the Page.Validate method, or set the CausesValidation property to true in the OnServerClick event handler for an ASP.NET server control that initiates form processing. These server controls include the Button, HtmlButton, HtmlInputButton, HtmlInputImage, ImageButton, and LinkButton classes.
If you force validation of a validation group using the Validate method, then all validation controls in the specified validation group must validate successfully as well.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.