Results 1 to 4 of 4
Thread: Paging Problem
- 11-05-2008, 12:15 PM #1
Paging Problem
Hi Buddies,
I am developing an searching tool...where i struck up with the paging concept..
meaning if i search in a folder the file is locating.Upto here no issue...i need to findout the solution for how many documents are being came fromsearch .....something like google...if it contains 20 pages then it should display 5 at a time with paging look like:
1 2 3 4 5 ....20 NEXT(Hyperlink)
if u have any idea please advisevisit : www.yoteam.co.cc
- 11-05-2008, 02:12 PM #2
This sounds like a string building problem, nothing to do with paging.
You want to build a string representing the state/results of your search.
YOu need to define what the string should look like for different number of pages. You give an example of the display for 20 pages. What should it look like for other values? What is the minimum needed for the ....? What should it look like if the user is looking at a page in the middle?
Define the full syntax of the string to be built and when the various parts of it should be diplayed.
[PREV]1...xxxx[....]<max>NEXT
- 11-05-2008, 02:18 PM #3
i am searching documents and wants to limit the search results 10 per page..if dats exceeds then it should be shownin the second page..same as google search...and the functionality..
visit : www.yoteam.co.cc
- 11-05-2008, 02:29 PM #4
Similar Threads
-
Java Paging Problem
By 82rathi.angara in forum New To JavaReplies: 2Last Post: 09-29-2008, 03:17 PM -
Struts 2 paging problem using display tag...?
By prabhurangan in forum Web FrameworksReplies: 0Last Post: 07-02-2008, 08:20 AM -
[SOLVED] Display tag paging help..............?
By prabhurangan in forum Web FrameworksReplies: 12Last Post: 06-24-2008, 12:30 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks