ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] - نسخه متنی

G. andrew Duthie; matthew Macdonald

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید










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



Figure 40-2. Delegates and event arguments



Figure 40-3. Controls from the System.Web.UI.MobileControls namespace



Figure 40-4. Attributes and collections



Figure 40-5. Control builders and other types



/ 873