System.Web.UI.HtmlControls.HtmlInputReset Class

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

See Also: HtmlInputReset Members

Syntax

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

Remarks

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

For a list of initial property values for an instance of System.Web.UI.HtmlControls.HtmlInputReset, see the erload:System.Web.UI.HtmlControls.HtmlInputReset.#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