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

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

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

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

G. andrew Duthie; matthew Macdonald

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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









ListControlBuilder.NET 1.1

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

The ListControlBuilder class is used internally by
ASP.NET. It is created by the page parser when it encounters a
<mobile:List> or
<mobile:SelectionList> tag. It is used to
process any contained <mobile:Item> tags
that define the initial set of items that will be added to the
List or SelectionList.

public class 

ListControlBuilder : MobileControlBuilder {
// Public Constructors
public

ListControlBuilder ( );
// Public Instance Methods
public override Type

GetChildControlType (string

tagName ,
System.Collections.IDictionary

attributes ); // overrides MobileControlBuilder
}



Hierarchy


System.Object
System.Web.UI.ControlBuilder
MobileControlBuilder
ListControlBuilder


/ 873