A System.Web.UI.Adapters.ControlAdapter that will render the control.
ASP.NET Web pages are viewable across a wide range of devices that are capable of requesting pages from the Web. The Control.ResolveAdapter method returns the control adapter responsible for rendering the control on the specific browser or device that requested the ASP.NET page.
The specific adapter type returned depends on the descendent type of the System.Web.UI.Control class that is being rendered.
For more information about adapters, see Architectural Overview of Adaptive Control Behavior.