The HtmlInputHidden control allows developers to program against the HTML <input type=hidden>
element. Developers can use this control in conjunction with the HtmlInputButton and HtmlInputText controls to create, store, and verify information about a specific user, or a number of other scenarios.
Note This control does not require a closing tag.
ASP+ Syntax
Required properties are noted in boldface type.
<input type="hidden" runat="server" id="programmaticID" value="contentsofhiddenfield" >
Tasks
Updating User Information Using Hidden Text
See Also