I have a webpage that pulls information from a database, converts it to .csv format, and writes the file to the HTTPResponse.
string csv = GetCSV(); Respon
I believe this will work for you.
Response.AddHeader("content-disposition", "attachment; filename=NewFileName.csv");