System.Web.UI.MobileControls Namespace

Contains a set of ASP.NET server controls that can render your application for different mobile devices. The APIs in this namespace are obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

Classes

AdRotator

Provides a server control to display a randomly selected advertisement on a mobile page. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

ArrayListCollectionBase

Implements the functionality of the ICollection interface to inheriting classes by using a Web Forms ArrayList object for storage. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

BaseValidator

Provides the core implementation for all validation controls derived from this class. As an abstract class, it cannot be instantiated. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

Calendar

Provides control capability to display a calendar. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

Command

Creates a user interface element that enables users to invoke ASP.NET event handlers and it provides a means to post user input from UI elements back to the server. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

CompareValidator

Determines validity by comparing a specific field in one control to a specific field in another control, using a specifiable comparison operator. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

Constants

Creates a UI element that allows user invocation of ASP.NET event handlers and provides a way to post user input from UI elements back to the server. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

ControlElement

Represents the Control section within the MobileControls section of a configuration file. This class cannot be inherited. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

ControlElementCollection

Represents an XML element that contains a collection of Control sections within a MobileControls section of a configuration file. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

ControlPager

Used by a form to paginate its controls. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

CustomValidator

Provides a control that can perform custom validation against another control. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

DesignerAdapterAttribute

Provides a reference to the type of adapter to be used in the designer. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

DeviceElement

Maps specific adapters to specific mobile controls for a given device. This class cannot be inherited. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

DeviceElementCollection

A collection of DeviceElement objects. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

DeviceOverridableAttribute

Represents an attribute that indicates whether the rendering of a mobile control can be overridden by the device. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

DeviceSpecific

Provides a construct for specifying a choice among multiple content alternatives in the <DeviceSpecific> element. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

DeviceSpecificChoice

Provides a single choice within a DeviceSpecific/Choice construct. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

DeviceSpecificChoiceCollection

Represents a collection of choices for the DeviceSpecific class. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

DeviceSpecificChoiceControlBuilder

Implements a custom persistence format for the DeviceSpecificChoice class. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

DeviceSpecificChoiceTemplateBuilder

Supports the page parser in building a template and the child controls it contains. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

DeviceSpecificChoiceTemplateContainer

Stores templates for use by the DeviceSpecificChoice class. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

DeviceSpecificControlBuilder

Provides parsing support for DeviceSpecific/Choice constructs. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

ErrorFormatterPage

Specifies a built-in page that can render exception and error information to mobile devices. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

FontInfo

Provides access to all font-related style information about an ASP.NET mobile control. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

Form

Provides the capability to group controls together. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

FormControlBuilder

Provides parsing support for Form controls. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

Image

Displays an image on a mobile Web page. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

ItemPager

Assists in paginating a form. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

Label

Provides control capability to represent a label control for displaying text on a mobile device. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

Link

Represents a hyperlink to another Form on the same mobile page or to an arbitrary URI. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

List

Renders a list of items as either a static display or an interactive list. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

ListCommandEventArgs

Provides data for the ItemCommand event of a List control. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

ListControlBuilder

Provides parsing support for List and SelectionList controls. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

ListDataBindEventArgs

Provides parameters for an ItemDataBind event. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

LiteralLink

Provides literal hyperlinks. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

LiteralText

Provides the run-time instantiation of literal text specified in a form. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

LiteralTextContainerControlBuilder

Provides parsing support for literal text containers. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

LiteralTextControlBuilder

Provides parsing support for literal text. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

LoadItemsEventArgs

Provides event data for ASP.NET mobile controls that support custom pagination. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

MobileControl

Provides a base class for all ASP.NET mobile control classes. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

MobileControlBuilder

Provides parsing support for all ASP.NET mobile controls. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

MobileControlsSection

Represents configuration information regarding mobile controls, their adapters, and device filters. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

MobileControlsSectionHandler

Handles configuration sections that are represented by a single XML tag in the .config file. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

MobileListItem

Represents an individual item within a List or SelectionList ASP.NET mobile control. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

MobileListItemCollection

Represents a collection of MobileListItem objects, and is used to hold the items of a List control and a SelectionList control. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

MobilePage

Serves as the base class for all ASP.NET mobile Web Forms pages. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

MobileTypeNameConverter

Converts the value of an object into a different data type. This class cannot be inherited. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

MobileUserControl

Provides the base class for ASP.NET mobile user controls. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

ObjectList

Enables you to specify multiple fields for display, per item in an object list. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

ObjectListCommand

Represents a command in an ObjectList ASP.NET mobile control. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

ObjectListCommandCollection

Represents a collection of ObjectListCommand objects. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

ObjectListCommandEventArgs

Provides information data for the ItemCommand event of an ObjectList. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

ObjectListControlBuilder

Provides parsing support for an ObjectList instance. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

ObjectListDataBindEventArgs

Provides data for the ItemDataBind event of an ObjectList control. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

ObjectListField

Represents a field of an ObjectList ASP.NET mobile control. This class cannot be inherited. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

ObjectListFieldCollection

Represents a collection of ObjectListField objects. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

ObjectListItem

Represents an individual item within an ObjectListItemCollection. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

ObjectListItemCollection

Represents a collection of ObjectListItem objects. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

ObjectListSelectEventArgs

Provides data for the ItemSelect event of an ObjectList. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

ObjectListShowCommandsEventArgs

Provides data for the ShowItemCommands event of an ObjectList. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

ObjectListTitleAttribute

Provides the title of an object list in an object list field. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

PagedControl

Functions as a base class used by controls that support internal pagination. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

PagerStyle

Provides style capability for the pagination UI of a page. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

Panel

Provides a container for organizing controls in a mobile Web forms page. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

PanelControlBuilder

Provides parsing support for Panel controls. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

PersistNameAttribute

This attribute supports the .NET Framework infrastructure and should not be used directly by your code. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

PhoneCall

Provides control capability to render a command that the user can select to dial the specified phone number. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

RangeValidator

Validates that another control's value falls within an allowable range. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

RegularExpressionValidator

Provides control capability to validate that another control's value matches a provided regular expression. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

RequiredFieldValidator

Provides control capability to validate whether the value of the associated input control is different from its initial value. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

SelectionList

Provides several different visual representations for a list of selectable items. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

Style

Organizes style characteristics of an ASP.NET mobile control. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

StyleSheet

Organizes styles that will be applied to other controls. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

StyleSheetControlBuilder

Provides parsing support for a StyleSheet control. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

TemplateContainer

Derived from the Panel class and used by ASP.NET to contain DeviceSpecificChoice templates. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

TextBox

Provides a text-based control that allows the user to enter text. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

TextBoxControlBuilder

Provides parsing support for a TextBox. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

TextControl

The base TextControl class is an abstract class from which concrete text-based controls are derived. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

TextView

Provides a programmable control for displaying larger amounts of text, with optional markup tags on a mobile page. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

TextViewElement

Provides text for a TextView object. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

ValidationSummary

Presents a summary of all the validation errors that have occurred on a form. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

Interfaces

IControlAdapter

Defines the interface to a control adapter. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

IObjectListFieldCollection

Implements a read-only base interface for the ObjectListFieldCollection class. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

IPageAdapter

Defines the interface to a page adapter. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

ITemplateable

Acts as a marker interface, and has no members of any kind. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

Enums

Alignment

Specifies the alignment of a rendered object. This class cannot be inherited. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

BooleanOption

Specifies a style option. This class cannot be inherited. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

CommandFormat

Sets the rendering style of the Command control, through the Format property. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

FontSize

Specifies the size of the rendered text. This class cannot be inherited. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

FormMethod

Specifies the type of submission for a form as a GET or POST request. This class cannot be inherited. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

ListDecoration

Specifies the type of decoration to be added to list items. This class cannot be inherited. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

ListSelectType

Specifies how the selection list UI will be presented. This class cannot be inherited. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

MobileListItemType

Assigns an item type to an element in a List or ObjectList control's child controls. This class cannot be inherited. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

ObjectListViewMode

Specifies the display mode of the object list. This class cannot be inherited. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

Wrapping

Specifies how rendered text is wrapped. This class cannot be inherited. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

Delegates

ListCommandEventHandler

Represents the method that will handle the ItemCommand event of a List. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

ListDataBindEventHandler

Represents the method that handles the ItemDataBind event of a List control. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

LoadItemsEventHandler

Represents the method that will handle the ItemDataBind event of a SelectionList control. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

ObjectListCommandEventHandler

Represents the method that will handle the ItemCommand event of an ObjectList. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

ObjectListDataBindEventHandler

Represents the method that will handle the ItemDataBind event of an ObjectList. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

ObjectListSelectEventHandler

Represents the method that handles the ItemSelect event of an ObjectList control. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

ObjectListShowCommandsEventHandler

Represents the method that will handle the ItemCommand event of an ObjectList. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.