Question about displaying database results\Excel formatting

B

Brave

I have MS Access databases that are viewed via ASP pages made in
Frontpage. I have two issues that have the same problem.

1: When someone views database results on one of my webpages, and
attempts to copy and paste the data in an Excel sheet, they get little
graphics (it looks like a little robot) insteat of data.

2: When displaying the data in an excel format instead of web....

I use this code:

<%
Response.Buffer = TRUE
Response.ContentType = "application/vnd.ms-excel"
%>

It displays the little robot graphics. Is there anything I can do to
resolve this issue?

Thanks.
 
M

Mike

Brave said:
I have MS Access databases that are viewed via ASP pages made in
Frontpage. I have two issues that have the same problem.

1: When someone views database results on one of my webpages, and
attempts to copy and paste the data in an Excel sheet, they get little
graphics (it looks like a little robot) insteat of data.

2: When displaying the data in an excel format instead of web....

I use this code:

<%
Response.Buffer = TRUE
Response.ContentType = "application/vnd.ms-excel"
%>

It displays the little robot graphics. Is there anything I can do to
resolve this issue?

Thanks.

Do a View Source and show us a snippet of the html that's produced - not the
whole table. Just a few rows.
 

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

Members online

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top