Button.Click Event
.NET Framework 2.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 |
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: