Items, SelectionList Properties Dialog Box
Use the Items tab of the SelectionList Properties dialog box to specify list items and associated text in a System.Web.UI.MobileControls.SelectionList control.
To access this dialog box
In Visual Studio, open or create a new mobile Web Forms page.
Switch to Design view.
From the Mobile Web Forms tab of the Toolbox, drag a SelectionList control into the mobile Form box on the page.
Right-click the SelectionList control and click Show Smart Tag.
In the SelectionList Tasks menu, click Property Builder.
Click the Items tab.
Tasks
UI Elements
Item list
Item Text
Shows the items in the list and the text associated with them. Use the buttons to move items up or down, or to delete items.Button
Name
What it does
Up arrow
Moves the selected item up one place in the list
Down arrow
Moves the selected item down one place in the list
Delete
Deletes the currently selected item
Create New Item
Click to add a new item to the list. A text box containing a default item name appears where you can enter a new name.Value
Enter a string to associate with the selected list item.Selected
Select to indicate that the list item is selected by default on the client.
See Also
Tasks
How to: Add and Configure a SelectionList Control
Reference
System.Web.UI.MobileControls.SelectionList
General, SelectionList Properties Dialog Box
SelectionList Properties Dialog Box
Concepts
Introduction to the SelectionList Control
Using Data Binding with ASP.NET Mobile Controls
ASP.NET Device Filtering Overview