nextPagenextPage*
*



Contents  *



Index  *Topic Contents
*Previous Topic: navigate
*Next Topic: open

nextPage

Description

Allows viewing the next page of records in the data set to which the table is bound.

Syntax

object.nextPage( )

Return Value

No return value.

Remarks

The number of records displayed in the table is determined by the dataPageSize property of the table. The Web author 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 The page author does not need to check for boundary conditions.

Applies To

table

See Also

previousPage


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.