QuSmart Button

Button control that allows you to create a push button on webpages
Download

QuSmart Button Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • QuSmart
  • Publisher web site:
  • http://www.qusmart.com
  • Operating Systems:
  • Windows All
  • File Size:
  • 13 KB

QuSmart Button Tags


QuSmart Button Description

QuSmart Button is a control that enable you to create either a Submit button or a Command button on webpages. By default, a Button control is a Submit button. A Submit button does not have a command name (specified by the CommandName property) associated with the button and simply posts the Web page back to the server. you can provide an event handler for the Click event to programmatically control the actions performed when the Submit button is clicked. A Command button has a command name associated with the button, such as Sort, by setting the CommandName property. This allows you to create multiple Button controls on a Web page and programmatically determine which Button control is clicked. you can also use the CommandArgument property with a command button to provide additional information about the command to perform, such as Ascending. you can provide an event handler for the Command event to programmatically control the actions performed when the Command button is clicked. By default, page validation is performed when a Button 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. To prevent page validation from occurring, set the CausesValidation property to false. The text displayed on a Button component instance can be changed by setting the instance's label property. you can use Style property to change style of your button.


QuSmart Button Related Software