> Hi All,
> I want to split the resultset values into different parts.
> I want to display the 10 results first and if the user clicks next
> button
> i would like to display the next 10 results and so on similar
> to the search results in Google. Any idea about how this can be done
> using JSP?
Check out the LIMIT and OFFSET "parameters" of SELECT in your DBMS.
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets