ASP.NET Web Server Controls (Visual Studio)
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, however, encompass complex behavior, such as a calendar controls or 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
- Working with Web Server Controls
-
Provides information on how to add ASP.NET server controls to pages; how to configure their properties, behavior, and appearance; and how to work with them programmatically.
- Individual Web and HTML Controls
-
Provides details about built-in ASP.NET server controls.
- Custom Web Server Controls
-
Provides information about creating your own ASP.NET server controls.