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

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

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

Protected Methods

override
OnPreRender(EventArgs)

Raises the System.Web.UI.Control.OnPreRender(EventArgs) event and registers client script for generating postback.

OnServerClick(EventArgs)

Raises the HtmlInputButton.ServerClick event. This allows you to handle the event directly.

RaisePostBackEvent(string)

Raises events for the System.Web.UI.HtmlControls.HtmlInputButton control when it posts back to the server.

override
RenderAttributes(System.Web.UI.HtmlTextWriter)

Renders the attributes into the specified writer and then calls the HtmlControl.RenderAttributes(System.Web.UI.HtmlTextWriter) method.