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

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

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

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

G. andrew Duthie; matthew Macdonald

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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









MobileUserControl.NET 1.1, disposable

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

This class represents a mobile user control, or
.ascx file. Mobile user controls play the exact
same role as web form user controls (as represented by the
System.Web.UI.UserControl class), allowing you to
share commonly used portions of the user interface. Mobile user
controls are similar to mobile pages, and can contain mobile controls
and event handling logic. They are instantiated and cached in much
the same was as MobilePage objects, and contain
many of the same properties. The difference is that user controls
must be situated inside a page.

public class 

MobileUserControl : System.Web.UI.UserControl {
// Public Constructors
public

MobileUserControl ( );
// Protected Instance Methods
protected override void

AddParsedSubObject (object

o ); // overrides System.Web.UI.Control
}



Hierarchy


System.Object
System.Web.UI.Control(System.ComponentModel.IComponent,
System.IDisposable
,
System.Web.UI.IParserAccessor,
System.Web.UI.IDataBindingsAccessor)

System.Web.UI.TemplateControl(System.Web.UI.INamingContainer)

System.Web.UI.UserControl(System.Web.UI.IAttributeAccessor,
System.Web.UI.IUserControlDesignerAccessor)


MobileUserControl


/ 873