1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

text search within dynamic file

Discussion in 'C#' started by enggwaqas, Jul 29, 2006.

  1. #1
    im working on a file searching... used fileSystemObject to search flat files but now i have search within dynamically genrated asp page too...
    i have to search pages containing text "police" for eg. and one of my page has this word but that page is an asp which fetchs data frm database, so how can i search on such dynamic file... there is System.Net.WebClient for this in asp.net i think but wat abt in asp?
     
    enggwaqas, Jul 29, 2006 IP
  2. ludwig

    ludwig Notable Member

    Messages:
    2,253
    Likes Received:
    66
    Best Answers:
    0
    Trophy Points:
    225
    #2
    You can do the search in the DB, or in a string.

    If you wanna do it in DataBase, you should use the LIKE method.

    About the string you can do it with instr
     
    ludwig, Jul 29, 2006 IP