Hello,

We use ASP.NET.

We have a page with Excel download link when clicked it is supposed to
render the excel data in browser.

Below is the header info we set
Response.ContentType = "application/vnd.ms-excel"
Response.AppendHeader("Content-Disposition",
"inline;filename=refdsxresults.xls")

Even Content-Disposition is inline the FileDialog pops up asking for
Open or Save which should not have happened.

This was not happening with Excel 2000. Is there any new header
information for excel or is this a bug with excel 2003.

Thanks,
Veena