how to create a download feature in asp,net?
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
What do you want to download? a pdf, doc, xcel, or image file? Please explain further! To allow users to for instance download a pdf file all you do is:
Whenever a user clicks on this anchor, the browser will open the download window and depending on browser type some will open the file for you and some will ask the user to download. Happy coding, Morgs
-
If you expect any sort of decent answer you need to provide more details. Simply using the subject line to ask the question isn't enough here.
No comment