When you work with server controls on an ASP.NET Web page, much of the page's logic involves responding to events raised by controls. However, events work somewhat differently in ASP.NET Web pages than in client-based forms such as Windows Forms.
The following topics explain the event-handling model for ASP.NET Web pages and provide instructions on how to create event handlers.
- ASP.NET Web Server Control Event Model
- How to: Create Event Handlers in ASP.NET Web Pages
- How to: Connect Multiple Events to a Single Event Handler in ASP.NET Web Pages
- How to: Determine which Web Server Control Raised an Event
- How to: Dynamically Bind Event Handlers at Run Time in ASP.NET Web Pages
- Programming ASP.NET Web Pages
Provides information on how to create event handlers in ASP.NET pages and how to work with client script.
- ASP.NET Web Server Controls Overview
Provides information about how ASP.NET Web server controls work, how to add them to ASP.NET pages, and how to program them.