|
Subject:
|
Filtering FSO results
|
|
Posted By:
|
nancy
|
Post Date:
|
9/30/2005 1:32:25 PM
|
hello, i am calling files and displaying them all in an HTML table. so far so good. However, I would like to add a search function that when entering the first 4 characters of the name of the file, all those files that begin with the values entered would be listed. Much like searching a database would (using LIKE)
Is this possible?
|
|
Reply By:
|
rweide
|
Reply Date:
|
10/3/2005 8:09:19 AM
|
I first use GetFolder to go through all files in that folder (something like, For each item in objFolder.Files...) and use Instr to find matching file names. Once found, I place the name of that file in an array. Not sure if this fits your needs.
|
|
Reply By:
|
vivek123
|
Reply Date:
|
10/3/2005 1:53:18 PM
|
how to develope through droup downlist code in asp.net like state with respect to city which event can be fire on selection state??? pleace give me a code
vivek tiwari
|
|
Reply By:
|
mat41
|
Reply Date:
|
10/3/2005 10:15:48 PM
|
This is not the .net area of the forum
Wind is your friend Matt
|