Session problem in ASP.NET

K

krallabandi

Hi,

I have created 2 excel report in ASP.NET.
I have used ADODB for this purpose. No interop.


The way of generating the report is same for both. except the SQL Firse
will display ony 100 lines, second may be 10000 lines. But the
procedure is the same.

First report is working in all the IE browsers tested.

Second report is taking time but displaying in some IE browsers. But in
some other IE browser it is giving "The page cannot be displayed"
error.

Please let me know why this strange behavior? Do we need to set
anything in IE browser? or in Web.config?

Your help is highly appreciated.

Regards.
 
L

Lucas Tam

(e-mail address removed) wrote in @o13g2000cwo.googlegroups.com:
Second report is taking time but displaying in some IE browsers. But in
some other IE browser it is giving "The page cannot be displayed"
error.

Please let me know why this strange behavior? Do we need to set
anything in IE browser? or in Web.config?

Are you displaying a Excel report directly in the browser?

Maybe those computers don't have excel installed?

Or security doesn't a allow the browser to display the page?
 
K

krallabandi

Yes am displaying the report directly in the browser. Excel installed
in their computers.

If it is security issue, How come the other browsers can see the second
excel report?

FYI, both the reports using the same SQL.

one will display first 10 reocrds and the other will display complete
records.
 
K

krallabandi

Hi JB

The file size is only 2MB. I have tried by giving 6MB also It didn't
work.
Is it depending on any client browser settings?

Pls assist.

Regards.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top