Provides a base class for all AJAX behaviors in ASP.NET.
Namespace: Sys.UI
Inherits: Sys.Component
var a = new MyBehavior();
A behavior is a component that extends the functionality of the DOM element that it is associated with.
The Behavior class should not be instantiated directly; it is a base class for other behaviors to derive from. For information about how to create custom behaviors that derive from this class, see Creating an Extender Control to Associate a Client Behavior with a Web Server Control.
Concepts
Reference
Other Resources