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?
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