ObjectList Properties Dialog Box
Use the ObjectList Property dialog box to configure an System.Web.UI.MobileControls.ObjectList control. The items in an object list are strictly data bound; the only way to add items to an object list is by binding the list to a data source.
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 an ObjectList control into the mobile Form box on the page.
Right-click the ObjectList control and then click Show Smart Tag.
In the ObjectList Tasks menu, click Property Builder.
Tasks
UI Elements
General
Select the General tab to select properties that affect the appearance of the control. For more information, see General, ObjectList Properties Dialog Box.Commands
Select the Commands tab to add commands associated with the object list or to assign a default command to the control. For more information, see Commands, ObjectList Properties Dialog Box.Fields
Select the Fields tab to set programmer-defined fields and associate them with the fields in the data source. For more information, see Fields, ObjectList Properties Dialog Box.
See Also
Tasks
How to: Add and Configure an ObjectList Control
Reference
System.Web.UI.MobileControls.ObjectList
SelectionList Properties Dialog Box
Concepts
Introduction to the ObjectList Control
Using Data Binding with ASP.NET Mobile Controls
ASP.NET Device Filtering Overview