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

  1. In Visual Studio, open or create a new mobile Web Forms page.

  2. Switch to Design view.

  3. From the Mobile Web Forms tab of the Toolbox, drag an ObjectList control into the Form box.

  4. Right-click the ObjectList control and then click Show Smart Tag.

  5. In the ObjectList Tasks menu, click Property Builder.

  6. 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

Other Resources

Developing Adapters for ASP.NET Server Controls