Button

Buttons have a Click event for which an event handler can be created that will execute the actions you add to the event handler.



Add a button


Properties

  1. Text

    The text on the button.
  2. Tooltip

    The tooltip that shows when users hover on the button.
  3. Visible

    Set to False if you don't want this control to render on the page and be visible to the user.

Events

  1. Click

    An event that triggers when the button is clicked.

Add a button click event handler