Generating HTML Reports with ASP

R

Raheel Hussain

hi, guyz.
I want to generate HTML based reports with ASP.
But the problem which i m having is to controll the Paging operation
while printing
the reports.

Unlike the Professional reports softwares as Crystal Reports and Also
the Data Reports
of visual basic (which are controlling the Paging automatically), a
mannually generated
HTML based reports need some logic to perform paging operation while
printing.

I hope my point is clear to you all.
Please guide me regarding that if somebody have a better solve to this
problem.


Regards

*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
 
R

Roji. P. Thomas

You can force pagebreaks in your HTML Page using
<style>div.break {page-break-before:always}</style>

and

<div class="break"></div>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,022
Latest member
MaybelleMa

Latest Threads

Top