Tagged Questions
2
votes
1answer
62 views
How to print a page along with all CSS formatting
I am doing a print functionality. The problem I am getting is that the page, which is being printed, is not retaining it's CSS formatting. I am getting plain text on print without CSS. Does anyone ...
2
votes
6answers
4k views
Capture screenshot of website on the client (Javascript or flash)
Is there some method to issue a screen capture(browser window content only) from the browser with javascript or a embedded flash object etc so that a full quality image of the page content be saved or ...
2
votes
1answer
2k views
ASP .NET: Page breaking when using multiple gridview in aspx page for printing
Here is the issue:
We have a report with many gridviews in an aspx page. However, when we print them, they don't page correctly, as one would expect.
I found a library that will create page breaks ...
0
votes
2answers
481 views
Printing Web Page Fails in IE7, IE8
This may sound like a SuperUser issue, but I wrote the page in question and I'm wondering if there is something I can do to fix the problem....
I have a page in production that simlply displays data ...
0
votes
1answer
358 views
How to Open Print Friendly Page Windows?
Our users can currently select a number of funds from a page and go to another page to see the funds compared on a chart. I now have to present the user with an option to produce a print-friendly fact ...
0
votes
4answers
3k views
Hide header and footer while printing a webcontrol using ASP.NET
How can I hide the header like 'Page 1 of 1' and footer (url) when printing a webcontol in ASP.NET?
I currently doing by opening a new page on Print button click ande in it
protected void ...