I am updating an asp.net application and saving and retrieving documents from a mssql database. Saving was very simple but is there a way to download a file from an anchor that directly downloads from the database? Lets just say that that blob is bound within a gridview or some other data control, I would like to do this, example: <a href="<%#Eval("blobcolumn")%">Download Doc</a>. I save the file name as well.
I am updating an asp.net application and saving and retrieving documents from a mssql
Share
You can create a Handler to download data.
sample.ashx
and request via hyperlinks