| |||||
HtmlButton.CausesValidation PropertySystem.Web.UI.HtmlControls Namespace HtmlButton Class Sets or retrieves a value indicating whether validation is performed when the HtmlButton control is clicked. Syntax
This property can only be used programmatically; it cannot be set when declaring the control. Property ValueThis property accepts or returns only a boolean value: true if validation is performed when the HtmlButton control is clicked; otherwise, false. The default value is true. RemarksBy default, page validation is performed when an HtmlButton control is clicked. Page validation determines whether the input controls associated with a validation control on the page all pass the validation rules specified by the validation control. You can specify or determine whether validation is performed on both the client and the server when an HtmlButton control is clicked by using the CausesValidation property. To prevent validation from being performed, set the CausesValidation property to false. This property is commonly used to prevent page validation from occurring when a Cancel or Reset button is clicked. ExampleSee Also |
| ||||
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