CheckBox::CausesValidation Property
Gets or sets a value indicating whether validation is performed when the CheckBox control is selected.
Assembly: System.Web (in System.Web.dll)
[ThemeableAttribute(false)] public: virtual property bool CausesValidation { bool get (); void set (bool value); }
<asp:CheckBox CausesValidation="True|False" />
Property Value
Type: System::Booleantrue if validation is performed when the CheckBox is clicked; otherwise, false. The default is false.
Use the CausesValidation property to determine whether validation is performed on both the client and the server when a CheckBox control is selected. Page validation determines whether the input controls that are associated with a validation control on the page all pass the validation rules as specified by the validation control.
By default, clicking a CheckBox control does not cause page validation. To perform page validation when the CheckBox control is clicked, set the CausesValidation property to true.
When the value of the CausesValidation property is set to true, you can also use the ValidationGroup property to specify the name of the validation group for which the CheckBox control causes validation.
This property cannot be set by themes or style sheet themes. For more information, see ThemeableAttribute and ASP.NET Themes and Skins.
| Topic | Location |
|---|---|
| Walkthrough: Validating User Input in a Web Forms Page | Building ASP .NET Web Applications in Visual Studio |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.