Results 1 to 2 of 2

Thread: WEBFORM javascript window.print page break

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2003
    Posts
    12

    WEBFORM javascript window.print page break

    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.

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    <DIV STYLE='page-break-before:always'></DIV>

    works in IE only
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width