HtmlSelectionListAdapter

HtmlSelectionListAdapter.NET 1.1

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

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

public class HtmlSelectionListAdapter : HtmlControlAdapter { // Public Constructors    public HtmlSelectionListAdapter( ); // 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 Render(HtmlMobileTextWriter writer);    // overrides HtmlControlAdapter // Protected Instance Methods    protected override void RenderAsHiddenInputField(HtmlMobileTextWriter writer); // overrides HtmlControlAdapter }

Hierarchy

System.Object ControlAdapter(System.Web.UI.MobileControls.IControlAdapter) HtmlControlAdapter HtmlSelectionListAdapter

Subclasses

ChtmlSelectionListAdapter



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net