Chapter 40. The System.Web.UI.MobileControls Namespace

The System.Web.UI.MobileControls namespace includes the ASP.NET mobile controls. Many of these classes closely resemble the web form controls in the System.Web.UI.WebControls namespace. However, there are two key differences. First of all, because mobile devices typically use lighter-weight browsers that don't offer rich client features like JavaScript and Dynamic HTML, the mobile controls can only offer a subset of the web control functionality. Also, because mobile controls need to render to different types of markup (like cHTML, HTML, and WML), each mobile control needs the support of a set of control adapters. You'll find the control adapters for each control in the System.Web.UI.MobileControls.Adapters namespace. Figure 40-1 through Figure 40-5 show the types in this namespace.

Figure 40-1. Some types from the System.Web.UI.MobileControls namespace
figs/anet2_4001.gif
Figure 40-2. Delegates and event arguments
figs/anet2_4002.gif
Figure 40-3. Controls from the System.Web.UI.MobileControls namespace
figs/anet2_4003.gif
Figure 40-4. Attributes and collections
figs/anet2_4004.gif
Figure 40-5. Control builders and other types
figs/anet2_4005.gif


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