Question 1:
How do I read a file into an ASP variable so that I can output certain sections of it to a web page? (I am familiar with doing this in VB/VBS but not ASP)

Question 2:
When I create "Printable version" of a web page is it possible to insert page breaks so that the page will stop at the end of a paragraph and continue printing the next paragraph on another page. I can create the "Printer friendly version" just fine but I don't like the way it breaks up the content of the page when begins printing the next page (pg. 2, pg. 3, etc). In short, I would like to control where one page ends and the next begins.

Thanks!