Hi all,
I'm developing a website in which next and prev. buttons need to be included.
In the database some no of assessments are stored.
I need to display Assessment1 to 10 for first time and 11 to 20 when clicked on "next" and so on and the same with "previous" button. the no of assessments will be dynamically retrieved from database.
I'm working on JSP.
Can somebody help me out , plz?
-- Raghav
I'm developing a website in which next and prev. buttons need to be included.
In the database some no of assessments are stored.
I need to display Assessment1 to 10 for first time and 11 to 20 when clicked on "next" and so on and the same with "previous" button. the no of assessments will be dynamically retrieved from database.
I'm working on JSP.
Can somebody help me out , plz?
-- Raghav
Comment