Welcome   |   ASP.NET   |   Web Services   |   How Do I...?   |   Class Browser
  |   I want my samples in...   

ASP.NET Quickstart Tutorials

Go To...

HtmlInputButton

The HtmlInputButton control (<Input type=button>) is similar in function to the <button> tag, except that it can target any browser.

The following sample illustrates using the HtmlInputButton control.

C# HtmlInputButton2.aspx
Run Sample View Source

Submit and Reset HtmlInputButtons

The HtmlInputButton control also supports the Reset and Submit button types, which are used only with forms. Submit submits the form, whereas Reset restores all of the entry fields in a form to their initial values.

The following sample illustrates using Submit and Reset HtmlInputButton controls.

C# HtmlInputButton1.aspx
Run Sample View Source





Hosted by MaximumASP | Found a broken link? | Contact Us | Terms and conditions | Privacy Policy | Advertise with us
� 2000 - 2008  Mindcracker LLC. All Rights Reserved