Karlhevera wrote:
Quote:
Some while ago I asked a similar question. But did not write down the snippet.
I wish to display a page, at the bottom of which I want to put 'Next..' and on
click the visitor will go to the next page. Of course, on the 2nd page, he
would see 'Previous..Next' message, having the choice to either go back or to
the next page. |
I take it you have a Recordset on the page already?
If so, type your text Next, then highlight it, and from your Server
Behaviours click on the + symbol, then Recordset Paging, and then Move
To Next Record.
This will create the link for you. Do a similar thing for your previous
link.
You can also show/hide these dynamically with the Show Region server
behaviours.
For your next link use "Show Region If Not Last Record"
For your previous link use "Show Region If Not First Record"
Dooza