System.Web.UI.HtmlControls.HtmlInputHidden: Method Members

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

See Also: Inherited members from System.Web.UI.HtmlControls.HtmlInputControl

Protected Methods

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

Processes the postback data for the System.Web.UI.HtmlControls.HtmlInputHidden control.

override
OnPreRender(EventArgs)

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

OnServerChange(EventArgs)

Raises the HtmlInputHidden.ServerChange event. This method allows you to handle the event directly.

RaisePostDataChangedEvent()

Calls the HtmlInputHidden.OnServerChange(EventArgs) method to signal the System.Web.UI.HtmlControls.HtmlInputHidden control that the state of the control has changed.

override
RenderAttributes(System.Web.UI.HtmlTextWriter)

Renders the System.Web.UI.HtmlControls.HtmlInputHidden control's attributes to the specified System.Web.UI.HtmlTextWriter object.