HtmlInputHidden Object— <input type=“hidden”> Element

This stores state information for a form. State information is information that needs to be available with each round trip to the server. Table D.5 lists the properties of the HtmlInputHidden object, Table D.6 lists the method, and Table D.7 lists the events.

Table D.5. Properties of the HtmlInputHidden Object
Property Description
ID Gets or sets the ID (identifier) of the HtmlInputHidden control.
MaxLength Gets or sets the maximum number of characters that can be typed by the user into the Hidden box control.
Value Gets or sets the contents of a Hidden box control.
MaintainState Gets or sets a value stating whether the control should maintain its view state and the view states of any child ...

Get Inside ASP.NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.