Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Search keyword in documents

Search keyword in documents

Scheduled Pinned Locked Moved ASP.NET
csharpasp-nethelp
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    User 3683089
    wrote on last edited by
    #1

    Can you please help me with code piece in asp.net with c# to search for keywords/phrases in a lump of documents. The document/documents contents should be scanned and those which contains the keyword should be listed. Please can any one of you help me the corresponding code snippet for the same. Thanks in advance..... Usha

    C 1 Reply Last reply
    0
    • U User 3683089

      Can you please help me with code piece in asp.net with c# to search for keywords/phrases in a lump of documents. The document/documents contents should be scanned and those which contains the keyword should be listed. Please can any one of you help me the corresponding code snippet for the same. Thanks in advance..... Usha

      C Offline
      C Offline
      cnr369
      wrote on last edited by
      #2

      put the below code in the function for search a word. string path=@"c:\\aaa.txt"; string[] read=File.ReadAllLines(path); for(int i=0;i

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups