1

I have randomly created a table with 7 columns. in first and last column I have added anchor tags. Now i want that, when I click on last anchor tag a file should be created and download with the name of 1st anchor tag of the same row.

RST
  • 3,899
  • 2
  • 20
  • 33
Mayank Bhuvnesh
  • 135
  • 1
  • 4
  • 14

1 Answers1

0

just give a link to your download page and in that page prepare file and write it to response stream. link should be like "Download.aspx?id=123" Download page details are depend on technology used asp.net, php etc.

UPDATE:

Downloading file in Page load event?

Download all types of files from server using ASP.NET

Download/Stream file from URL - asp.net

Community
  • 1
  • 1
fofik
  • 998
  • 11
  • 17
  • On download click i m passing http://localhost:63145/icex_eng/WAP/mem_dash.aspx?download=1105_Sanjay Now i want to download ie 1105_Sanjay.csv file?? I am not able to do download it??? – Mayank Bhuvnesh May 09 '13 at 09:39