System.Web.UI.WebControls.HiddenField Members

The members of System.Web.UI.WebControls.HiddenField are listed below.

See Also: Inherited members from System.Web.UI.Control

Public Constructors

Initializes a new instance of the System.Web.UI.WebControls.HiddenField class.

Public Properties

override
EnableThemingbool.

Gets or sets a value indicating whether themes apply to this control.

override
SkinIDstring.

Gets or sets the skin to apply to the control.

Valuestring.

Gets or sets the value of the hidden field.

Public Methods

override
Focus()

Sets input focus to this control.

Protected Methods

override
CreateControlCollection() : System.Web.UI.ControlCollection

Creates an System.Web.UI.EmptyControlCollection object used to indicate that child controls are not allowed.

LoadPostData(string, System.Collections.Specialized.NameValueCollection) : bool

Processes postback data for a System.Web.UI.WebControls.HiddenField control.

override
OnPreRender(EventArgs)

Raises the System.Web.UI.Control.PreRender event.

OnValueChanged(EventArgs)

Raises the HiddenField.ValueChanged event.

RaisePostDataChangedEvent()

Notifies the ASP.NET application that the state of the System.Web.UI.WebControls.HiddenField control has changed.

override
Render(System.Web.UI.HtmlTextWriter)

Renders the Web server control content to the client's browser using the specified System.Web.UI.HtmlTextWriter object.

Public Events

ValueChanged

Occurs when the value of the System.Web.UI.WebControls.HiddenField control changes between posts to the server.

Explicitly Implemented Interface Members