System.Web.UI.HtmlControls.HtmlInputHidden Members

The members of System.Web.UI.HtmlControls.HtmlInputHidden are listed below.

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

Public Constructors

Initializes a new instance of the System.Web.UI.HtmlControls.HtmlInputHidden class.

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.

Public Events

ServerChange

Occurs when the HtmlInputControl.Value property is changed on the server.

Explicitly Implemented Interface Members