Save (output to) multiple files from single click
I'm trying to output 3 queries into 3 different files (1 csv, 2 txt) on my ASP page without success using Reponse.AddHeader, as once header is added it cannot be removed.
Does anyone know of other methods which will be able to achieve this?
|