DropDownList

A DropDownList can have these attributes, in addition to the common control attributes:

Attribute Description
DefaultValue Default value for the list. This should be set to the value of one of the list items.
Moniker Moniker of the component that provides the list items. This should be a collection, such as a collection of code definitions. You can also use child ListItem nodes to define the items that are displayed in the list.

If you specify a moniker, the Mobile Services will use that moniker to get the values for the control. Alternatively, you can add one or more ListItem nodes as children of the DropDownList node. Each ListItem node specifies an item that will be displayed in the drop-down list.