System.Web.UI.HtmlControls.HtmlInputSubmit Class

Allows programmatic access to the HTML <input type= submit> element on the server.

See Also: HtmlInputSubmit Members

Syntax

[System.Web.UI.SupportsEventValidation]
[System.ComponentModel.DefaultEvent("ServerClick")]
public class HtmlInputSubmit : HtmlInputButton

Remarks

The System.Web.UI.HtmlControls.HtmlInputSubmit class is derived from the System.Web.UI.HtmlControls.HtmlInputButton class and is used to create a button control on a Web page that submits a form. The System.Web.UI.HtmlControls.HtmlInputSubmit control is often used with the System.Web.UI.HtmlControls.HtmlInputReset control, which resets form controls to their initial values.

For a list of initial property values for an instance of System.Web.UI.HtmlControls.HtmlInputSubmit, see the HtmlInputSubmit.#ctor constructor.

Requirements

Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0