How can i find which anchor has been clicked for download in destination page with out using query string

Posted by Dorababu on Stack Overflow See other posts from Stack Overflow or by Dorababu
Published on 2010-12-24T11:36:15Z Indexed on 2010/12/25 4:54 UTC
Read the original article Hit count: 172

Filed under:
|
|

I am having a web form initially which have href as follows

   <a href="downloadInfo.aspx">ACH File Management System Trail(msi)</a>
   <a href="downloadInfo.aspx">ACH File Management System Trail(zip)</a>

These are my two anchor tags when i click on this i will redirect both to a same page where user has to fill details and a mail will be send to the user for the given mail id. When the user clicks on mail i would like to have the download for which he opted to download. If msi means i would like to prompt msi file to be downloaded and if zip it should be downloaded

I need this to be worked with out using query-string

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about jQuery