Click here to Skip to main content
15,921,779 members
Please Sign up or sign in to vote.
1.33/5 (3 votes)
See more:
please tell me the code of download the created pdf file with c# in asp.net
Posted
Comments
Prerak Patel 10-Nov-11 0:22am    
Not clear. Please elaborate.
Sam Path 10-Nov-11 0:34am    
I cant understand your question :( .

Download? What, from the client side?

HTML
<a href="myDocument.pdf">Download the document</a>


If you need to download anything on server side via HTTP or FTP using .NET code, you can use System.Net.HttpWebRequest or System.Net.FtpWebRequest.
See, for example, my past solutions:
FTP: Download Files[^],
how to download a file from internet[^].

—SA
 
Share this answer
 
v3
Comments
koolprasad2003 10-Nov-11 1:01am    
good link SA 5!
Sergey Alexandrovich Kryukov 10-Nov-11 1:36am    
Thank you, Prasad.
--SA
check this link[^] also.
 
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