3 out of 6 rated this helpful - Rate this topic

Server Event Handling in ASP.NET Web Pages

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 or WPF 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 Client Script

Provides information about how to work with client script in ASP.NET Web pages.

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.