The topics in this section provide tutorials and examples for creating ASP.NET Web server controls and client components that are based on the Microsoft AJAX Library.
Shows how to create a server-based extender control that attaches a client behavior to other Web server controls.
Shows how to create an ASP.NET Web server control that includes client functionality.
Lists tutorials for creating client components that are based on the Microsoft AJAX Library.
Describes the differences between client component types, and shows how to create custom non-visual client components.
Describes how to create a client component that represents a DOM element as a client object and that changes the DOM element's regular behavior to provide new functionality.
Describes how to use the JavaScript prototype model to create a component class.
Describes how to create component properties that notify the developer when their values change.
Describes how to safely dispose a component, including how to release any resources that it is holding in order to free memory.
Describes how to create a custom client event and add the event to the client page life cycle.
Describes how to determine whether ASP.NET AJAX functionality is available so that custom controls and script-registration code can take appropriate action based on the capability of the hosting environment.