asp.net.ph

HtmlInputButton Class

System.Web.UI.HtmlControls Namespace


Allows programmatic access to the HTML <input type=button>, <input type=submit>, and <input type=reset> elements on the server.

HtmlInputButton Class Members

Collapse   Constructors

Visibility Constructor Parameters
public HtmlInputButton ( )
public HtmlInputButton ( String type )

Collapse   Properties

Visibility Name Value Type Accessibility
public CausesValidation Boolean [ Get , Set ]
public ValidationGroup String [ Get , Set ]

Collapse   Methods

Visibility Name Parameters Return Type
protected OnServerClick ( EventArgs e ) Void
protected RaisePostBackEvent ( String eventArgument ) Void
protected RenderAttributes ( HtmlTextWriter writer ) Void

Collapse   Events

Multicast Name Type
multicast ServerClick EventHandler

Remarks

Use this class to create button controls on a Web page.

NOTE: This control is similar in function to the HtmlButton control, except it is supported in all browsers. An HtmlButton control renders as an HTML 4.0 <button> element and is only supported in Microsoft Internet Explorer version 4.0 and later.

For examples illustrating use of this control, see the individual member types of this class. For syntax information, see HtmlInputButton in ASP.NET Syntax for HTML Controls.

See Also

HtmlInputText   HtmlInputRadioButton   HtmlInputCheckBox   HtmlInputImage   HtmlInputHidden   HtmlInputFile   HtmlButton Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph