how do i print multiple pages at a time using asp.net,c#?

Lucky

New member
I want to print selected invoices from the grid. header and footer areas are fixed and only the body will change as per the invoice

In One click of button i want print all selected invoices.
eg: if user selected 5 invoices i need to print 5 pages of according record information get from Database.
Note: i have a default aspx page template to bind the report and so that i can directly print that control by rending.......

but in the case of multiple pages......how would i ?
plz help i need the best way to do this task.
thanks in advance
 
Back
Top