I was following this tutorial and it worked perfectly:
http://www.aspsnippets.com/Articles/Upload-and-Download-files-from-SQL-Server-Database-in-ASPNet.aspx
I was wondering how do I archive this: the file name will be a link button (or whatever the best way is) and when click on the name, it will download the file (instead of haing an additonal "Download" column)?
To the download button Text property simply bind the FileName using Eval and hide the File name column.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.