IButtonControl.CausesValidation Property
.NET Framework 3.0
Gets or sets a value indicating whether clicking the button causes page validation to occur.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ boolean get_CausesValidation () /** @property */ void set_CausesValidation (boolean value)
function get CausesValidation () : boolean function set CausesValidation (value : boolean)
Not applicable.
Property Value
true if clicking the button causes page validation to occur; otherwise, false.A control that implements the IButtonControl interface must implement the CausesValidation property to indicate whether clicking the button causes page validation to occur.
Community Additions
ADD
Show: