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

  • Thread starter Thread starter savvy
  • Start date Start date
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
 
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.
 
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
 
Back
Top