How to print html pages

S

santhosh146

Hi,

I have a requirement where i need to get the postings in a microsoft
content management server website and store it in html. I am able to do
this successfully. Now i want to know how i can i concatenate all these
html pages in to one document and print using asp.net. Please adivise
 
N

Nathan Sokalski

There are two options I can think of for concatenating the html pages. The
first, which I would not suggest, is frames. The second would be to write an
ASP.NET page that reads the html files as text files and combines them. As
far as printing, that is not really an ASP.NET issue, but a javascript
issue. Unless you are planning on using something like Java or ActiveX
(which it doesn't sound like you are), the only way I know of to print would
be the javascript window.print() method. Hopefully this helps.
 

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,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top