B Bobby Ryzhy Jul 28, 2004 #2 greetings, how is this done? thanks in advance for your help Click to expand... Response.ClearHeaders(); Response.Clear(); Response.ContentType = "Text/CSV"; // or anything else Response.AddHeader("Content-Disposition", "fileName.txt"); Response.Write(fileContents); // or whatever Response.End(); Response.Close(); Bobby Ryzhy bobby @ domain below http://weekendtech.net
greetings, how is this done? thanks in advance for your help Click to expand... Response.ClearHeaders(); Response.Clear(); Response.ContentType = "Text/CSV"; // or anything else Response.AddHeader("Content-Disposition", "fileName.txt"); Response.Write(fileContents); // or whatever Response.End(); Response.Close(); Bobby Ryzhy bobby @ domain below http://weekendtech.net