New HTMLGen.PagingMethod property for Web DataWindows

To set the HTMLGen.Method property, select HTML/XHTML in the Format To Configure drop-down list on the Web Generation page in the Properties view in the painter and then select a value from the Paging Method drop-down list. You can also set the property in code.

The HTMLGen.PagingMethod property takes a value of the PagingMethod enumerated variable. The default is PostBack!

Value

Numeric value

Description

PostBack!

0

Paging operations are posted to the server.

CallBack!

1

Paging operations use client-side script callbacks. This option is not available for the HTMLGenerator component.

XMLClientSide!

2

Paging operations are performed on the client by retrieving the full XML result set and performing an XSLT retransformation of the cached stylesheet. You must use the XML rendering format to use this option.

For more information, see the description of HTMLGen.property in the DataWindow Reference or the online Help.