Programming ASP.NET Web Pages
An important part of developing Web applications is programming the user interface. The following topics provide information about programming ASP.NET Web pages, with specific emphasis on the unique aspects of working in a Web-based environment.
In This Section
Server Event Handling in ASP.NET Web Pages
Provides information on the ASP.NET server control event-handling model.How to: Detect Browser Types in ASP.NET Web Pages
Provides information on how to determine the features of the browser viewing a page.Page and Application Context in ASP.NET Web Applications
Provides information on how to get information about the context of the page and application.
Related Sections
Adding AJAX and Client Capabilities Roadmap
Provides information about using client script and AJAX functionality in ASP.NET Web pages.Creating ASP.NET Web Pages
Provides information about how ASP.NET Web pages function and how to create and program them.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.Accessing Data with ASP.NET
Provides information on displaying and editing data in ASP.NET Web pages.Securing ASP.NET Web Sites
Provides information on security threats to your ASP.NET applications, ways in which to mitigate threats, and ways to authenticate and authorize users.