Click here to Skip to main content
15,897,226 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Good day

I have asp site using sql db and c#

I need to let site visitors loading file from the site as (pdf,doc,..) the files are in sub folders in the site folder , the files link are in the sql DB .
I use DetailsView control to displaying search result from data set including the files path.

What the way to loading file from details View, is it (button field or link field )
and what's the field code ??.
Posted

1 solution

You can make the field a HyperLink field and set the URL so that it opens the file. That's the easiest way.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900