Printing Multiple Reports

Pizzor2000

Newcomer
Joined
Jul 12, 2004
Messages
11
I am developing an ASP.Net application which contains electronic paperwork: I have an ASP.Net form for each type of paperwork form, the form's data is stored in an SQL Server database, and I have a report page for each form type (which echoes an individual form's data onto the page).

My current system is fine for viewing/printing forms one at a time, but the client wants to be able to print multiple forms clicking only one button (ie: print all forms filled out yesterday).

Since I already have individual ASPX pages for reporting each form type, I want to keep using them if possible. Is there a way to loop through and automatically print the appropriate page for each form returned in a query, or if not, is it possible to combine several ASP.Net forms onto a single web or MSWord document?
 
Back
Top