I have a web application. I am using Webforms to create Reports. The report contains a table with a lot of rows. I want to add page breaks to the aspx.vb code so that the generated report will have page breaks, when, I print the report using the javascript window.print() function.

Thanks.