1. "Next" button functionality coderanch.comI have a web application implemented im J2EE.On the screen I have a table wherein I display 5 records at a time.At the bottom of the table there is a "Next" button to fetch more records.So how is this "Next" button functionality implemented?Do I get all the records from the database put it in a cache and then keep iterating and ... |
2. Is there a way to pass data to next page without using submit button coderanch.com |
3. get next record clicking on next button coderanch.com |