I am having a problem with application/vnd.ms-excel.
The page displays a table with statistical information then at the
bottom of the page there is a link the generates a spreadsheet the with the same statistical information. The information is being passed to then next page just fine but it will not populate the tables in the spreadsheet.. This link has worked for at least 2 years now all of a sudden it will not generate the Spreadsheet.. The code has not changed but many of the client who connect to the pages not have XP. On the internet I have found the following code that should resolvethe problem:
Response.ContentType = "application/vnd.ms-excel"
Response.Charset = ""
EnableViewState = false
they emphasize the "EnableviewState = False" line.
With this code I get a little further but excel file name it
generates is the full
http://jones?coins.asp&ftech=jones&...etc
Is there anyway to force the file name or does anyone have any
insight how I can get my page to generate the correct Excel
Spreadsheets..
All of a sudden application/vnd.ms-excel is not working. From all I have read it should be simple to generate a spreadsheet but I am not having any luck..
Help

Server is 2000, IIS, ASP 3.0