Making asp.net do paging

windows

Guest
Hi everybody,

I am working with a web-application to create printable reports.
I know that there is a tool called Crystal Reports that is good for that sort of thing - however some of its limitations worry me a bit (throughput limited to 5 concurrent users) - so I am trying to find out if I cannot solve the whole thing without using any speicial extras.
My problem is that a report can be several pages long, and that I need to be able to make a nice header and footer on each A4-page. Is there any way in ASP.net to manage creating neet printable output?

Have a nice weekendCSS is what you need to use to add formatting to the report.

Take a look at this: <!-- m --><a class="postlink" href="http://css-discuss.incutio.com/?page=PrintStylesheets">http://css-discuss.incutio.com/?page=PrintStylesheets</a><!-- m -->

EricThanks - inspiring and wellwritten article.
 
Back
Top