Groups | Blog | Home
all groups > inetserver asp components > november 2003 >

inetserver asp components : Simple Solution Escapes Me



Kimberly
11/12/2003 7:27:25 AM
I have some .asp pages that request rather large data sets
form my web server. The problem I am having is that wehnt
he users try to print these pages, they of course print
out in an undesirable format because they are larger than
one page. My solution is to redirect these pages to Excel
on the client using Response.ContentType
= "application/vnd.ms-excel"

This works for now, but the spreadsheet does not show any
gridlines. Also, I'd like to be ablet o add multiple tabs
and change the print format.

Ray at <%=sLocation%
11/12/2003 10:40:57 AM

[quoted text, click to view]

This is an option in Excel, whether or not to print gridlines. What happens
if you specify a border in your table.

[quoted text, click to view]

I don't believe you can create a multiple tab workbook in this way, but I'm
not 100% positive about that. I didn't want to ignore this part though. :]

Ray at work

AddThis Social Bookmark Button