I have a page with multiple tables on it and I want to have a page break for printing between these tables. If I manually set the element's style to "page-break-after:always" it seems to work.
<table style="page-break-after:always;">
But I'm added the tables dynamically so I need to do it in code ... just don't know how.
(I have very little asp\html experience so this could be a very newbie question)
Thanks!