Printing multiple pages at a go
Hi,
I have a datagrid having checkboxes in the first column.
The user may check any number of records and when he clicks on the "Print" button, which is present on the same webform, the corresponding records should be printed. All records have a common format other than the values, and each record occupies one page.
My questions:
1) Should it be done using crystal reports or using Javascript.
2)As it is a web based application, using javascript to print 10 records at a time may involve 10 pop-ups.
The main requirement is that all the records should be printed in a go.
Kindly suggest an elegant way to do this.
Thanks in advance.
Vinay
|