Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within JSP
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Tim Cooke
Campbell Ritchie
paul wheaton
Jeanne Boyarsky
Ron McLeod
Sheriffs:
Paul Clapham
Devaka Cooray
Saloon Keepers:
Tim Holloway
Carey Brown
Piet Souris
Bartenders:
Forum:
JSP
how to Setnumber of rows per page and max number of rows
Ashu Patel
Greenhorn
Posts: 10
posted 20 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
how to Setnumber of rows per page and max number of rows in
jsp
I want 20 rows per page and then it should show the 1,2,3, next etc..
dont know how to go about it..any thought to put on right track will be great help
Eric Pascarello
author
Posts: 15385
6
posted 20 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
You could start off with searching the forum for paging since it is asked a lot.
Eric
Ashu Patel
Greenhorn
Posts: 10
posted 20 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
thanks a lot for quick answer but
didnt get you what do we mean by form for paging..please give little detials
thanks
danny liu
Ranch Hand
Posts: 185
posted 20 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
basically, you have two way to do that.
a. cache the result set in application
b. get the result set of a page from database using the page ID
Dan
With a little knowledge, a
cast iron skillet
is non-stick and lasts a lifetime.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
jsp
Jsp Paging
Fitting JSP page to print margins
Validator range and duplicate fields
Dynamic next/previous link
More...