Is it Possible to Download Files using a path in a Datagrid?

S

savvy

I'm doing a Index Server Search. Is it possible to Download the Word
docs, or PDF files after the getting the path of Searched Doc Results.
I'm using this query as given below which i'm displaying thro a
Datagrid
If yes, can anyone give one example on this ?
strQuery = "Select Filename,PATH from Scope() where FREETEXT('"
+strsearchstrings+ "')";
Thanks in Advance
 
K

Kevin Spencer

Create a Hyperlink to the URL for the file.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
You can lead a fish to a bicycle,
but it takes a very long time,
and the bicycle has to *want* to change.
 
S

savvy

Thank you very very very much mate
That exactly worked how i want.
As nothing was coming up in the URL field, I just hyperlinked the PATH
field and it worked
It was such straight and perfect answer
i cant just stop appreciating that
I owe u alot my friend
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top