Hi all,
<br>
I've a JSP page that has 2 buttons one to bring data from database via a servlet & a java Bean, and the other is a next button.
<br>
i want to show the data from the database 4 rows per a page, i.e. when i click on the next button i bring the next 4 rows from the database (the next 4 rows are shown and so on).
<br>
note:
my code shows the whole data per one page.
<br>
please can anyone help, it is urgent.