• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Regarding Multiple fields form search page

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

If anyone have code related to multi fields search form with pagination??
I know abt search form but i don't know how to do pagination???

Regards,
LakshmiNarayana.V
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
 
LakshmiNarayana vishnu
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ben,

Thanks for your mail...But it is not giving whole solution for my problem...
Can anyone send search code with pagination???

Thanks&Regards,
Narvish
 
Ben Souther
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Searching and paging are not related other than that the results of a search often need to be paged.

Can anyone send search code with pagination???


Probably not.
JavaRanch is NotACodeMill.
The goal of this site is to teach you how to write these things yourself.
Sometimes the best way to do this is with code samples but we prefer to see what you have tried first.

Also, you haven't even told us what you're searching.
Is it data in a database?
Are you searching for text in files?

Why don't you show us what you've done so far and explain what part of your problem is giving you trouble. If you do, I bet someone will point you in the right direction.
 
reply
    Bookmark Topic Watch Topic
  • New Topic