Click here to Skip to main content
15,887,676 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I am developing an web application where user has to upload his resume into the database for maintaining his informations and after that i want to show the user details along with that resume..Now in grid view i have kept one link where user can click that to download the resume what he has uploaded...How can i do that in asp.net ???
Posted

1. To upload the resume you can use FileUpload control.
2. If you want to display the resume as a web page then after upload you can read the file HTML encode it and show it on web page.
3. In case you want to display information in a detailed manner then you will have to get the data from user. you can use ADO.NET for that. help[^]
4. TO download simply give a link to the virtual path of the uploaded resume.
 
Share this answer
 
Comments
Manas Bhardwaj 29-May-12 7:05am    
nicely explained. +5!

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