Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Java (https://www.askmehelpdesk.com/forumdisplay.php?f=440)
-   -   How to retrive data from database in phased manner using jsp (https://www.askmehelpdesk.com/showthread.php?t=305086)

  • Jan 17, 2009, 09:58 PM
    tapasbehera
    How to retrive data from database in phased manner using jsp
    I want to show data(that are retrived from database) in phased maner in the web browser.I want to say that I have supoose 12 records present in database.first only 4 records are to be shown,then when pressing a "next" button next 4 records to be shown in web browser and so on.
  • Feb 1, 2009, 01:38 PM
    jstrike

    Read the data from the database into beans, place the beans in the session. When you change pages read the beans out of the session and display the ones you need.

  • All times are GMT -7. The time now is 02:04 PM.