How to preform a multi keyword search using text box and sql

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • g7murali
    New Member
    • May 2007
    • 6

    How to preform a multi keyword search using text box and sql

    hi to all

    how to write code for multiple key word searching from database using textbox in c# web application
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Originally posted by g7murali
    hi to all

    how to write code for multiple key word searching from database using textbox in c# web application

    Could you explain more about what you are trying to do?

    -Frinny

    Comment

    • Abdul Haque
      New Member
      • May 2007
      • 17

      #3
      r u looking for incremental search teachinique, in which search is made at the client end only,then have a look at below link , and get some idea to implement it


      Check out this site for more information



      in case you are looking for search through DB then
      use the 'like' clause in the SQL query you send from front end to back end!

      Comment

      Working...