HtmlInputReset.CausesValidation Property
.NET Framework 3.0
This property supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets or sets a value that indicates whether validation is performed when the HtmlInputReset control is clicked.
Namespace: System.Web.UI.HtmlControlsAssembly: System.Web (in system.web.dll)
public: virtual property bool CausesValidation { bool get () override; void set (bool value) override; }
/** @property */ public boolean get_CausesValidation () /** @property */ public void set_CausesValidation (boolean value)
public override function get CausesValidation () : boolean public override function set CausesValidation (value : boolean)
Not applicable.
Property Value
true if validation is performed when the HtmlInputReset control is clicked; otherwise, false. The default value is true.Community Additions
ADD
Show: