Developing Custom ASP.NET Server Controls
This section describes how to develop ASP.NET server controls. It contains a walkthrough that provides an overview of authoring a custom server control. It also provides code examples that illustrate control authoring tasks such as rendering, defining properties, managing state, and creating composite controls.
In This Section
Walkthrough: Developing and Using a Custom Web Server Control
Developing Custom Data-Bound Web Server Controls for ASP.NET 1.1
Developing Custom Data-Bound Web Server Controls for ASP.NET 2.0
Related Sections
ASP.NET Control Designers Overview
Provides information about how to implement custom designer classes for ASP.NET server controls.Adding AJAX Functionality to ASP.NET Controls
A listing of topics that shows you how to add AJAX functionality to ASP.NET server controls.