The System.Web.UI.Adapters namespace contains the base classes for control adapters and page adapters. You can use these adapters to override the life-cycle states of pages and controls. This is useful if you want to modify a control's markup or behavior for new markup standards or for specific browsers.
The System.Web.UI.WebControls.Adapters..::.WebControlAdapter class inherits from the ControlAdapter class. The System.Web.UI.WebControls.Adapters..::.DataBoundControlAdapter and System.Web.UI.WebControls.Adapters..::.MenuAdapter classes inherit from the System.Web.UI.WebControls.Adapters..::.WebControlAdapter class.

See Also