| |||||||||||||||||||||||||||||||||||||||||||||||
HtmlInputButton ClassSystem.Web.UI.HtmlControls Namespace Allows programmatic access to the HTML <input type=button>, <input type=submit>, and <input type=reset> elements on the server.
|
|||||||||||||||||||||||||||||||||||||||||||||||
| Visibility | Name | Value Type | Accessibility |
|---|---|---|---|
| public | CausesValidation | Boolean | [ Get , Set ] |
| public | ValidationGroup | String | [ Get , Set ] |
| Visibility | Name | Parameters | Return Type |
|---|---|---|---|
| protected | OnServerClick | ( EventArgs e ) | Void |
| protected | RaisePostBackEvent | ( String eventArgument ) | Void |
| protected | RenderAttributes | ( HtmlTextWriter writer ) | Void |
| Multicast | Name | Type |
|---|---|---|
| multicast | ServerClick | EventHandler |
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.
HtmlInputText HtmlInputRadioButton HtmlInputCheckBox HtmlInputImage HtmlInputHidden HtmlInputFile HtmlButton
Check out related books at Amazon
© 2000-2008 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 aspxtreme