Forum Moderators: open

Message Too Old, No Replies

printing multiple database records from asp

         

MaximusB

7:11 pm on Apr 1, 2005 (gmt 0)

10+ Year Member



Hello everyone! I am looking at creating a button that will enable a user to print the profiles of a number of applicants to a specific job, each profile to a page of its own. I have the list of applicant id's that correspond to the PK value of the table the profiles are stored in already on the page, so that is there. I am not familiar with printing out of asp beyond printer-friendly pages, so I am a noob in the printing arena. Any help would be appreciated

Thanks All

mattglet

7:22 pm on Apr 1, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You're going to have to work with fixed width tables/divs. To get friendly page breaks, there is a CSS page-break attribute you should look into.

In order to get the doc to be sent to the printer, you'll need to use the Print() method in JavaScript.