|
dont worry about TFBContent that is just on of my includes that I forgot to take out, and the code:
Response.Redirect "taskdownload.asp?f=" & ExFile
should be
Response.Redirect "csvdownload.asp?f=" & ExFile
Sorry about that I changed the filenames that I sent to you and missed that in my code.
|