Export to Excel

  • Thread starter Thread starter Ugo
  • Start date Start date
U

Ugo

We are trying to export a datagrid to excel but we are using forms
authentication and when we change the ContentType =
"application/vnd.ms-excel". the page that is sent to excel is out login
page instead of the datagrid. For some reason our authentication cookie
must get deleted.

Any ideas.

Thanks in advance
Ugo
 
You can set up the grid Excel page as a page outside of session (via
web.config), but I would check and see if the Excel MIME type is set up in
IIS first, as this could be the issue.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

************************************************
Think Outside the Box!
************************************************
 
Back
Top