application/vnd.ms-excel

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Kevin Humphreys

    application/vnd.ms-excel

    Hi There,
    I am using the below snipped of code to dump the Recordset content in my asp
    page to an excel file.
    response.Conten tType="applicat ion/vnd.ms-excel"
    However when the query is complete the content gets displayed to the web
    page in excel format instead of being prompted to save the file to the local
    machine.

    Any ideas on how to rectify this?

    Thanks In Advance,
    Kevin Humphreys.


  • Tom B

    #2
    Re: application/vnd.ms-excel




    "Kevin Humphreys" <khumphreys@hot mail.com> wrote in message
    news:uOWK%23b80 EHA.2572@tk2msf tngp13.phx.gbl. ..[color=blue]
    > Hi There,
    > I am using the below snipped of code to dump the Recordset content in my[/color]
    asp[color=blue]
    > page to an excel file.
    > response.Conten tType="applicat ion/vnd.ms-excel"
    > However when the query is complete the content gets displayed to the web
    > page in excel format instead of being prompted to save the file to the[/color]
    local[color=blue]
    > machine.
    >
    > Any ideas on how to rectify this?
    >
    > Thanks In Advance,
    > Kevin Humphreys.
    >
    >[/color]


    Comment

    Working...