JavaScript Editor jscript editor     Web designer 



Main Page

ASP.NET Web server controls are objects on ASP.NET Web pages that run when the page is requested and render markup to a browser. Many Web server controls are similar to familiar HTML elements, such as buttons and text boxes. Other controls encompass complex behavior, such as a calendar controls, and controls that manage data connections.

The topics in this section describe what ASP.NET Web server controls are and how to work with them. The section also contains information about all built-in ASP.NET Web server controls and how you can create your own controls.

In This Section

ASP.NET Web Server Controls Overview

Provides information on what ASP.NET Web server controls are and how they work.

Working with ASP.NET Web Server Controls

Provides information on how to add ASP.NET server controls to pages, configure their properties, behavior, and appearance, and how to work with them programmatically.

Individual ASP.NET Web Server Controls

Provides details about built-in ASP.NET server controls.

Recommendations for Web User Controls vs. Web Custom Controls (Visual Studio)

Provides information on creating your own ASP.NET server controls.

Related Sections

ASP.NET Web Applications

Provides information on how to create, customize, and manage an ASP.NET Web application (sometimes referred to as a Web site).

Accessing Data with ASP.NET

Provides information on displaying and editing data in ASP.NET Web pages.

ASP.NET Web Site Security

Provides information on security threats to your ASP.NET applications, ways in which to mitigate threats, and ways to authenticate and authorize users.

ASP.NET Troubleshooting and Debugging

Provides information on handling errors, debugging ASP.NET pages, viewing trace information during page processing, and using monitoring the health of your application.



JavaScript Editor jscript editor     Web designer