Gets or sets a value indicating whether validation is performed when the System.Web.UI.HtmlControls.HtmlInputButton control is clicked.
Documentation for this section has not yet been entered.
By default, page validation is performed when an System.Web.UI.HtmlControls.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 System.Web.UI.HtmlControls.HtmlInputButton control is clicked by using the HtmlInputButton.CausesValidation property. To prevent validation from being performed, set the HtmlInputButton.CausesValidation property to false.
This property is commonly used in the event handler for the HtmlInputButton.ServerClick event to prevent page validation from occurring when a Cancel or Reset button is clicked.