DekGenius.com
[ Team LiB ] Previous Section Next Section

WmlSelectionListAdapter.NET 1.1

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

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

public class WmlSelectionListAdapter : WmlControlAdapter {
// Public Constructors
   public WmlSelectionListAdapter( );
// Protected Instance Properties
   protected SelectionList Control{get; }
// Public Instance Methods
   public override bool LoadPostData(string key, System.Collections.Specialized.NameValueCollection data, 
        object controlPrivateData, out bool dataChanged);// overrides ControlAdapter
   public override void OnInit(EventArgs e);       // overrides ControlAdapter
   public override void OnPreRender(EventArgs e);               // overrides ControlAdapter
   public override void Render(WmlMobileTextWriter writer);     // overrides WmlControlAdapter
// Protected Instance Methods
   protected override string GetPostBackValue( );                 // overrides WmlControlAdapter
}

Hierarchy

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

    [ Team LiB ] Previous Section Next Section