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.

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.

Community Additions

Show: