System.Web.UI.WebControls.HiddenField: Method Members

The methods of System.Web.UI.WebControls.HiddenField are listed below. For a list of all members, see the HiddenField Members list.

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

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.