`, ``, and `` elements. In HTML, these elements are"> `, ``, and `` elements. In HTML, these elements are" />
Easy Tutorial
❮ Control Listbox Prop Webcontrol Linkbutton Postbackurl ❯

ASP.NET HtmlInputButton Control



Definition and Usage

The HtmlInputButton control is used to control <input type="button">, <input type="submit">, and <input type="reset"> elements. In HTML, these elements are used to create command buttons, submit buttons, and reset buttons.


Properties

Property Description
Attributes Returns all attribute name and value pairs of the element.
Disabled Boolean value indicating whether the control is disabled. Default is false.
id The unique ID of the element.
Name The name of the element.
OnServerClick The name of the function to be executed when the button is clicked.
runat Specifies that the control is a server control. Must be set to "server".
Style Sets or returns the CSS properties applied to the control.
TagName Returns the tag name of the element.
Type The type of the element.
Value The value of the element.
Visible Boolean value indicating whether the control is visible.

Example

HTMLInputbutton


❮ Control Listbox Prop Webcontrol Linkbutton Postbackurl ❯