Occurs when the System.Web.UI.WebControls.Button control is clicked.
The Button.Click event is raised when the System.Web.UI.WebControls.Button control is clicked. This event is commonly used when no command name is associated with the System.Web.UI.WebControls.Button control (for instance, with a Submit button).
For more information about handling events, see Consuming Events.