I want to display results from data base per page basis so that user can see only 20/10 results per page and he can go back and forth for more results. Basically i want to give previous and next button in my HTML which I am generating with servlet. Pls tell me How I can Implement this.
John Wetherbie
Rancher
Joined: Apr 05, 2000
Posts: 1441
posted
0
You could have the servlet use JDBC directly or talk to a bean to get the data from the database. You could do this in one shot or go back to the DB every time you want to see more results. However, this would seem to be more appropriate in the Servlet & JSP forum or the Java in Genral (intermediate) forum. Also, please review the JavaRanch naming policy and re-register with a name that follows the policy. Thanks, John
The only reason for time is so that everything doesn't happen all at once.
- Buckaroo Banzai
John Wetherbie
Rancher
Joined: Apr 05, 2000
Posts: 1441
posted
0
I am moving this post to the Servlets & JSPs forum. John