` element. In HTML, this element is used to create hidden"> ` element. In HTML, this element is used to create hidden" />
Easy Tutorial
❮ Prop Webcontrol Linkbutton Validationgroup Prop Webcontrol Textbox Maxlength ❯

ASP.NET HtmlInputHidden Control



Definition and Usage

The HtmlInputHidden control is used to control the <input type="hidden"> element. In HTML, this element is used to create hidden input fields.


Properties and Events

Property Description
Attributes Returns all attribute names and values 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.
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 hidden field.
Visible Boolean value indicating whether the control is visible.
Event Description
ServerChange This event occurs when the content of the element is changed.

Example

HTMLInputHidden


❮ Prop Webcontrol Linkbutton Validationgroup Prop Webcontrol Textbox Maxlength ❯