General, ObjectList Properties Dialog Box
Use the General page of the ObjectList Properties dialog box to specify a data source and define the data to be displayed by an System.Web.UI.MobileControls.ObjectList 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 an ObjectList control into the Form box.
Right-click the ObjectList control and then click Show Smart Tag.
In the ObjectList Tasks menu, click Property Builder.
Click the General tab.
Tasks
UI Elements
Appearance
- BackCommandText
Enter the caption of the link used to return from the Details view.
- DetailsCommandText
Enter the caption of the link used to show the Details view. This value is used on WAP-enabled browsers only.
- MoreText
Enter the caption of the link used to show the Details view. This value is used on HTML browsers only.
Paging
- ItemCount
Enter the number of items to render in the list. A value of 0 indicates automatic pagination.
- ItemsPerPage
Enter the number of list items to display per page when the list is paginated.
See Also
Tasks
How to: Add and Configure an ObjectList Control
Reference
SelectionList Properties Dialog Box
List Properties Dialog Box
ObjectList Properties Dialog Box
Commands, ObjectList Properties Dialog Box
Fields, ObjectList Properties Dialog Box
System.Web.UI.MobileControls.ObjectList
Concepts
Introduction to the ObjectList Control
Using Data Binding with ASP.NET Mobile Controls
ASP.NET Device Filtering Overview
ASP.NET Mobile Application Development Overview