See Also: HtmlInputSubmit Members
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.