HtmlInputButton::CausesValidation Property
Gets or sets a value indicating whether validation is performed when the HtmlInputButton control is clicked.
Assembly: System.Web (in System.Web.dll)
public: virtual property bool CausesValidation { bool get (); void set (bool value); }
<asp:HtmlInputButton CausesValidation="True|False" />
Property Value
Type: System::Booleantrue if validation is performed when the HtmlInputButton control is clicked; otherwise, false. The default value is true.
By default, page validation is performed when an HtmlInputButton control is clicked. Page validation determines whether the input controls associated with a validation control on the page all pass the validation rules specified by the validation control.
You can specify or determine whether validation is performed on both the client and the server when an HtmlInputButton control is clicked by using the CausesValidation property. To prevent validation from being performed, set the CausesValidation property to false.
This property is commonly used in the event handler for the ServerClick event to prevent page validation from occurring when a Cancel or Reset button is clicked.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.