|
||||||
| ASP, ASP.NET and Coldfusion Microsoft's Web Development Language (ASP/ASP.NET) and Coldfusion discussion |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Hi All,
I am getting export to excel problem when I am giving IPAddress in URL, but it is working correct when am giving localhost and page name. eg : when I am writing My machine IP address and aspx pagename like 192.xxx.xxx.xx/exporttoexcell.aspx then popup page is not working. the popup page is being closed automatically , and export to excel option is not comming. for some reason when it opens within a scripted popup (js: window.open()), it flashes and then closes immediately without any excel trigger. but when I am giving my machine name mustaque/exporttoexcell.aspx then popup page is working properly and export to excel is working . I am being unable to understand what may be the problem , I am writing here my code // I am getting the value in sBody and exporting it to excel . string sBody = cExcel.ExportToMSExcel(true, true, 2,false, false); Response.Clear(); Response.Buffer = true; Response.Charset = ""; Response.AppendHeader("Content-Type", "application/vnd.ms-excel"); Response.AppendHeader("Content-disposition", "attachment; filename=AcHeadMaster.xls"); Response.Write(sBody); Response.End(); please help me. My OS is Vista . Dotnet vn 2.0 Thanks in Advance Mustaque Ahmad Software Engineer Last edited by mustaque; 04-02-2008 at 02:06 AM. Reason: update |
| Sponsored Links |
|
|
|
|||||
|
What browser are you using? What security settings have you set on the browser? Are you getting any messages about pages being blocked?
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall |
|
|||
|
Thanks for Reply
I am using IE6 , IE7 browser. and browser setting is default. and I am not getting any message for page being blocked . My problem is , when I am running project throw machine name or local host and page name then popup is comming and export to excel option for save or open etc are comming but when I am using IP Address like 192.xxx.xxx.xx then export to excel pop up just flash on the screen and automatically closed. Please advice me . Thanks & Regards Mustaque |
|
|||||
|
I suspect your IE security settings are blocking it. Try the same experiment with a different browser (FireFox, Opera, etc). That will tell you if it's a problem with your code or your browser (IE definitely sucks).
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall |
|
|||
|
Thanks for Reply,
My aplication is only applycable for IE browser. and the problem is comming from all IE . Thanks & Regards Mustaque |
| Sponsored Links |
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| export image to excel | :-[yc]-: | ASP, ASP.NET and Coldfusion | 0 | 10-09-2007 11:52 AM |