ASP Net Controls ASP.Net Tutorial

AccessKey:         specify a key that navigates to the Button control.
CommandArgument:   specify a command argument that is passed to the Command event.
CommandName:       specify a command name that is passed to the Command event.
Enabled:           disable the Button control.
OnClientClick:     specify a client-side script that executes when the button is clicked.
PostBackUrl:       post a form to a particular page.
TabIndex:          specify the tab order of the Button control.
Text:              label the Button control.
UseSubmitBehavior: use JavaScript to post a form.
Focus:             set the initial form focus to the Button control.
Click:             Raised when the Button control is clicked.
Command:           Raised when the Button control is clicked. 
                   The CommandName and CommandArgument are passed to this event.