Submitted Questions

  • JSP Paging

    Hi.. I have developed one web-page which shows ALL employee records fetched from a employee table and display them in my JSP page.It has contain more than 1000's of records. I need to display first 10 Records in my page. There should be some 4 links below the records display which get me to see next 10 records or previous 10 records or first 10 records or Last 10 records. IS it possible in JSP?? Can...

  • JSP Paging

    Hi.. I have developed one web-page which shows ALL employee records fetched from a employee table and display them in my JSP page.It has contain more than 1000's of records. I need to display first 10 Records in my page. There should be some 4 links below the records display which get me to see next 10 records or previous 10 records or first 10 records or Last 10 records. IS it possible in JSP??

  • How to provide a link to display more records.

    I am having a jsp search.jsp which is having a button as search. When i click on search button it should display 10 records in same search.jsp page. Provide a link as More Pages 2 3 4 5 .. When i click on link 2 it should again display 10 more records similarly 3 4 ...so on.How can i provide link to display only 10 records. C an any one provide me the code to do this task.