WmlListAdapter

WmlListAdapter.NET 1.1

System.Web.UI.MobileControls.Adapters (system.web.mobile.dll)class

This adapter renders the System.Web.UI.MobileControls.List control to WML.

public class WmlListAdapter : WmlControlAdapter {
// Public Constructors
   public WmlListAdapter( );
// Protected Instance Properties
   protected List Control{get; }
// Public Instance Methods
   public override void OnInit(EventArgs e);       // overrides ControlAdapter
   public override void Render(WmlMobileTextWriter writer);     // overrides WmlControlAdapter
}

Hierarchy

System.Object ControlAdapter(System.Web.UI.MobileControls.IControlAdapter) WmlControlAdapter WmlListAdapter



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace