Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
System.Web.UI.MobileControls Namespace

The System.Web.UI.MobileControls namespace contains a set of ASP.NET server controls that can render your application for different mobile devices.

  ClassDescription
Public classAdRotator Provides a server control to display a randomly selected advertisement on a mobile page.
Public classArrayListCollectionBase Implements the functionality of the ICollection interface to inheriting classes by using a Web Forms ArrayList object for storage.
Public classBaseValidator Provides the core implementation for all validation controls derived from this class. As an abstract class, it cannot be instantiated.
Public classCalendar Provides control capability to display a calendar.
Public classCommand 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.
Public classCompareValidator Determines validity by comparing a specific field in one control to a specific field in another control, using a specifiable comparison operator.
Public classConstants 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.
Public classControlElement Represents the Control section within the MobileControls section of a configuration file. This class cannot be inherited.
Public classControlElementCollection Represents an XML element that contains a collection of Control sections within a MobileControls section of a configuration file.
Public classControlPager Used by a form to paginate its controls.
Public classCustomValidator Provides a control that can perform custom validation against another control.
Public classDesignerAdapterAttribute Provides a reference to the type of adapter to be used in the designer.
Public classDeviceElement Maps specific adapters to specific mobile controls for a given device. This class cannot be inherited.
Public classDeviceElementCollection A collection of DeviceElement objects.
Public classDeviceOverridableAttribute Represents an attribute that indicates whether the rendering of a mobile control can be overridden by the device.
Public classDeviceSpecific Provides a construct for specifying a choice among multiple content alternatives in the <DeviceSpecific> element.
Public classDeviceSpecificChoice Provides a single choice within a DeviceSpecific/Choice construct.
Public classDeviceSpecificChoiceCollection Represents a collection of choices for the DeviceSpecific class.
Public classDeviceSpecificChoiceControlBuilder Implements a custom persistence format for the DeviceSpecificChoice class.
Public classDeviceSpecificChoiceTemplateBuilder Supports the page parser in building a template and the child controls it contains.
Public classDeviceSpecificChoiceTemplateContainer Stores templates for use by the DeviceSpecificChoice class.
Public classDeviceSpecificControlBuilder Provides parsing support for DeviceSpecific/Choice constructs.
Public classErrorFormatterPage Specifies a built-in page that can render exception and error information to mobile devices.
Public classFontInfo Provides access to all font-related style information about an ASP.NET mobile control.
Public classForm Provides the capability to group controls together.
Public classFormControlBuilder Provides parsing support for Form controls.
Public classImage Displays an image on a mobile Web page.
Public classItemPager Assists in paginating a form.
Public classLabel Provides control capability to represent a label control for displaying text on a mobile device.
Public classLink Represents a hyperlink to another MobileControl..::.Form on the same mobile page or to an arbitrary URI.
Public classList Renders a list of items as either a static display or an interactive list.
Public classListCommandEventArgs Provides data for the ItemCommand event of a List control.
Public classListControlBuilder Provides parsing support for List and SelectionList controls.
Public classListDataBindEventArgs Provides parameters for an ItemDataBind event.
Public classLiteralLink Provides literal hyperlinks.
Public classLiteralText Provides the run-time instantiation of literal text specified in a form.
Public classLiteralTextContainerControlBuilder Provides parsing support for literal text containers.
Public classLiteralTextControlBuilder Provides parsing support for literal text.
Public classLoadItemsEventArgs Provides event data for ASP.NET mobile controls that support custom pagination.
Public classMobileControl Provides a base class for all ASP.NET mobile control classes.
Public classMobileControlBuilder Provides parsing support for all ASP.NET mobile controls.
Public classMobileControlsSection Represents configuration information regarding mobile controls, their adapters, and device filters.
Public classMobileControlsSectionHandler Obsolete. Handles configuration sections that are represented by a single XML tag in the .config file.
Public classMobileListItem Represents an individual item within a List or SelectionList ASP.NET mobile control.
Public classMobileListItemCollection Represents a collection of MobileListItem objects, and is used to hold the items of a List control and a SelectionList control.
Public classMobilePage Serves as the base class for all ASP.NET mobile Web Forms pages.
Public classMobileTypeNameConverter Converts the value of an object into a different data type. This class cannot be inherited.
Public classMobileUserControl Provides the base class for ASP.NET mobile user controls.
Public classObjectList Enables you to specify multiple fields for display, per item in an object list.
Public classObjectListCommand Represents a command in an ObjectList ASP.NET mobile control.
Public classObjectListCommandCollection Represents a collection of ObjectListCommand objects.
Public classObjectListCommandEventArgs Provides information data for the ItemCommand event of an ObjectList.
Public classObjectListControlBuilder Provides parsing support for an ObjectList instance.
Public classObjectListDataBindEventArgs Provides data for the ItemDataBind event of an ObjectList control.
Public classObjectListField Represents a field of an ObjectList ASP.NET mobile control. This class cannot be inherited.
Public classObjectListFieldCollection Represents a collection of ObjectListField objects.
Public classObjectListItem Represents an individual item within an ObjectListItemCollection.
Public classObjectListItemCollection Represents a collection of ObjectListItem objects.
Public classObjectListSelectEventArgs Provides data for the ItemSelect event of an ObjectList.
Public classObjectListShowCommandsEventArgs Provides data for the ShowItemCommands event of an ObjectList.
Public classObjectListTitleAttribute Provides the title of an object list in an object list field.
Public classPagedControl Functions as a base class used by controls that support internal pagination.
Public classPagerStyle Provides style capability for the pagination UI of a page.
Public classPanel Provides a container for organizing controls in a mobile Web forms page.
Public classPanelControlBuilder Provides parsing support for Panel controls.
Public classPersistNameAttribute This attribute supports the .NET Framework infrastructure and should not be used directly by your code.
Public classPhoneCall Provides control capability to render a command that the user can select to dial the specified phone number.
Public classRangeValidator Validates that another control's value falls within an allowable range.
Public classRegularExpressionValidator Provides control capability to validate that another control's value matches a provided regular expression.
Public classRequiredFieldValidator Provides control capability to validate whether the value of the associated input control is different from its initial value.
Public classSelectionList Provides several different visual representations for a list of selectable items.
Public classStyle Organizes style characteristics of an ASP.NET mobile control.
Public classStyleSheet Organizes styles that will be applied to other controls.
Public classStyleSheetControlBuilder Provides parsing support for a StyleSheet control.
Public classTemplateContainer Derived from the Panel class and used by ASP.NET to contain DeviceSpecificChoice templates.
Public classTextBox Provides a text-based control that allows the user to enter text.
Public classTextBoxControlBuilder Provides parsing support for a TextBox.
Public classTextControl The base TextControl class is an abstract class from which concrete text-based controls are derived.
Public classTextView Provides a programmable control for displaying larger amounts of text, with optional markup tags on a mobile page.
Public classTextViewElement Provides text for a TextView object.
Public classValidationSummary Presents a summary of all the validation errors that have occurred on a form.
  InterfaceDescription
Public interfaceIControlAdapter Defines the interface to a control adapter.
Public interfaceIObjectListFieldCollection Implements a read-only base interface for the ObjectListFieldCollection class.
Public interfaceIPageAdapter Defines the interface to a page adapter.
Public interfaceITemplateable Acts as a marker interface, and has no members of any kind.
  DelegateDescription
Public delegateListCommandEventHandler Represents the method that will handle the ItemCommand event of a List.
Public delegateListDataBindEventHandler Represents the method that handles the ItemDataBind event of a List control.
Public delegateLoadItemsEventHandler Represents the method that will handle the ItemDataBind event of a SelectionList control.
Public delegateObjectListCommandEventHandler Represents the method that will handle the ItemCommand event of an ObjectList.
Public delegateObjectListDataBindEventHandler Represents the method that will handle the ItemDataBind event of an ObjectList.
Public delegateObjectListSelectEventHandler Represents the method that handles the ItemSelect event of an ObjectList control.
Public delegateObjectListShowCommandsEventHandler Represents the method that will handle the ItemCommand event of an ObjectList.
  EnumerationDescription
Public enumerationAlignment Specifies the alignment of a rendered object. This class cannot be inherited.
Public enumerationBooleanOption Specifies a style option. This class cannot be inherited.
Public enumerationCommandFormat Sets the rendering style of the Command control, through the Format property.
Public enumerationFontSize Specifies the size of the rendered text. This class cannot be inherited.
Public enumerationFormMethod Specifies the type of submission for a form as a GET or POST request. This class cannot be inherited.
Public enumerationListDecoration Specifies the type of decoration to be added to list items. This class cannot be inherited.
Public enumerationListSelectType Specifies how the selection list UI will be presented. This class cannot be inherited.
Public enumerationMobileListItemType Assigns an item type to an element in a List or ObjectList control's child controls. This class cannot be inherited.
Public enumerationObjectListViewMode Specifies the display mode of the object list. This class cannot be inherited.
Public enumerationWrapping Specifies how rendered text is wrapped. This class cannot be inherited.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker