DekGenius.com
[ Team LiB ] Previous Section Next Section

WmlTextBoxAdapter.NET 1.1

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

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

public class WmlTextBoxAdapter : WmlControlAdapter {
// Public Constructors
   public WmlTextBoxAdapter( );
// Protected Instance Properties
   protected TextBox Control{get; }
// Public Instance Methods
   public override void OnInit(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 WmlTextBoxAdapter

    [ Team LiB ] Previous Section Next Section