Lost Password?

Go Back   CodeCall Programming Forum > Web Development Forum > ASP, ASP.NET and Coldfusion

ASP, ASP.NET and Coldfusion Microsoft's Web Development Language (ASP/ASP.NET) and Coldfusion discussion

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-02-2008, 01:43 AM
mustaque mustaque is offline
Newbie
 
Join Date: Apr 2008
Posts: 3
Rep Power: 0
mustaque is on a distinguished road
Post export to excel problem with IPAddress in URL but working with localhost url

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 04-02-2008, 10:47 AM
WingedPanther's Avatar   
WingedPanther WingedPanther is offline
Super Moderator
 
Join Date: Jul 2006
Age: 35
Posts: 2,047
Last Blog:
NaNoWriMo Summary
Rep Power: 24
WingedPanther is a jewel in the roughWingedPanther is a jewel in the roughWingedPanther is a jewel in the roughWingedPanther is a jewel in the rough
Default Re: export to excel problem with IPAddress in URL but working with localhost url

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-03-2008, 12:57 AM
mustaque mustaque is offline
Newbie
 
Join Date: Apr 2008
Posts: 3
Rep Power: 0
mustaque is on a distinguished road
Default Re: export to excel problem with IPAddress in URL but working with localhost url

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-03-2008, 10:36 AM
WingedPanther's Avatar   
WingedPanther WingedPanther is offline
Super Moderator
 
Join Date: Jul 2006
Age: 35
Posts: 2,047
Last Blog:
NaNoWriMo Summary
Rep Power: 24
WingedPanther is a jewel in the roughWingedPanther is a jewel in the roughWingedPanther is a jewel in the roughWingedPanther is a jewel in the rough
Default Re: export to excel problem with IPAddress in URL but working with localhost url

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 04-05-2008, 08:48 AM
mustaque mustaque is offline
Newbie
 
Join Date: Apr 2008
Posts: 3
Rep Power: 0
mustaque is on a distinguished road
Default Re: export to excel problem with IPAddress in URL but working with localhost url

Thanks for Reply,

My aplication is only applycable for IE browser.

and the problem is comming from all IE .

Thanks & Regards
Mustaque
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #6 (permalink)  
Old 08-04-2008, 07:31 AM
rajniponugoti rajniponugoti is offline
Newbie
 
Join Date: Aug 2008
Posts: 1
Rep Power: 0
rajniponugoti is on a distinguished road
Default Re: export to excel problem with IPAddress in URL but working with localhost url

HI All
I am facing a similar problem i have a aspx page which consists an Ajax Tab control

i am just opening a pop up(which will Export data to Excel sheet) from the two tabs in two different work flows.
it is working in Dev environment in both the work flows for ie7 .


but in QA and other environments in one work flow it is working fine where as in the other work flow the pop opens and just disappears(both for ie6 and ie7)
for ie6 is in all the environments it is failing.
i tried with local host, ip address and server name in all the cases same result

this could not be a code issue when i debug the http response through fiddler in both the cases the http response content type every thing was same and perfect.

any help will be greatly appreciated
Regards,
Rajani kanth.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT -5. The time now is 02:33 AM.

Contest Stats

John ........ 223.00000
dargueta ........ 168.00000
Xav ........ 164.00000
LogicKills ........ 20.00000
gaylo565 ........ 18.00000
WingedPanther ........ 15.00000
|pH| ........ 15.00000
Johnnyboy ........ 3.00000
navghost ........ 1.00000

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 67%

Ads