The members of System.Web.UI.HtmlControls.HtmlInputButton are listed below.
See Also: Inherited members from System.Web.UI.HtmlControls.HtmlInputControl
Initializes a new instance of the System.Web.UI.HtmlControls.HtmlInputButton class using default values. | ||
Initializes a new instance of the System.Web.UI.HtmlControls.HtmlInputButton class using the specified button type. |
CausesValidation | bool.
Gets or sets a value indicating whether validation is performed when the System.Web.UI.HtmlControls.HtmlInputButton control is clicked. | |
ValidationGroup | string.
Gets or sets the group of controls for which the System.Web.UI.HtmlControls.HtmlInputButton causes validation when it posts back to the server. |
override | OnPreRender(EventArgs)
| |
OnServerClick(EventArgs)
| ||
RaisePostBackEvent(string)
| ||
override | RenderAttributes(System.Web.UI.HtmlTextWriter)
|
ServerClick |
Occurs when an System.Web.UI.HtmlControls.HtmlInputButton control is clicked on the Web page. |
System.Web.UI.IPostBackEventHandler.RaisePostBackEvent |
Implements the System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(string) method by calling the HtmlInputButton.RaisePostBackEvent(string) method. |