lastPage Method

Internet Development Index

Displays the last page of records in the data set to which the table is bound.

Syntax

TABLE.lastPage()

Return Value

No return value.

Remarks

The dataPageSize property of the table determines the number of records displayed. You must set the DATAPAGESIZE attribute when designing the page, or set the corresponding dataPageSize property at run time for this method to have any effect.

Note  You do not need to check for boundary conditions.

Standards Information

There is no public standard that applies to this method.

Applies To

TABLE

See Also

Introduction to Data Binding, firstPage, nextPage, previousPage