Click here to Skip to main content
15,891,607 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Dear All

I want to download a file from database using asp.net c# code in page load event.

My table design as below

Table Name: tblFiledownload
Id - int
Data - varbinary(MAX)
FileName - varchar(50)
FileExtension - varchar(50)

Could you please help me from this issue.

Thanks
Sathik
Posted
Comments
ZurdoDev 13-Aug-15 10:48am    
Google c# asp.net download file and there are tons of examples. Where are you stuck exactly?

1 solution

 
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