Button.Click Event
.NET Framework 3.0
Occurs when the Button control is clicked.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The Click event is raised when the Button control is clicked. This event is commonly used when no command name is associated with the Button control (for instance, with a Submit button).
For more information about handling events, see Consuming Events.
| Topic | Location |
|---|---|
| How to: Connect Multiple Events to a Single Event Handler in ASP.NET Web Pages | Building ASP .NET Web Applications |
| How to: Implement Simple Forms Authentication | Building ASP .NET Web Applications |
| How to: Connect Multiple Events to a Single Event Handler in ASP.NET Web Pages | Building ASP .NET Web Applications |
| How to: Implement Simple Forms Authentication | Building ASP .NET Web Applications |
| Walkthrough: Validating User Input in a Web Forms Page | Building ASP .NET Web Applications in Visual Studio |
| Walkthrough: Creating a Basic Web Page with Code Separation in Visual Web Developer | Building ASP .NET Web Applications in Visual Studio |
Community Additions
ADD
Show: