I have in my project a page DownloadDocument.aspx and it's codebhind is DownloadDocument.aspx.cs
In my DownloadDocument.aspx i have an anchor which take a dynamic link like this:
<a id="downloadLink" runat="server"  style="margin:5px" 
href="<%# CONTENT_DIRECTORY_ROOT + document.Path %>">Download current file</a>
I want to add a httphandler to control the file name downloaded, How can i do it? Thanks in advance.
 
     
     
    