Important properties, methods and events of Button control : Button « 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.








3.3.Button
3.3.1.Important properties, methods and events of Button control
3.3.2.Use asp:button to submit form data (VB.net)
3.3.3.Use asp:button to trigger action (VB)
3.3.4.Use asp:button to trigger action (C#)
3.3.5.Calcualate in button click action
3.3.6.Button Page Counter (VB.net)
3.3.7.Display event arguments
3.3.8.Hide a controll
3.3.9.Using Client Scripts with Button Controls
3.3.10.A button control with onmouseover and onmouseout setting
3.3.11.Annonymous delegate as the event handler
3.3.12.Add event handler to a button in page load event
3.3.13.UseSubmitBehavior Property