page break after and datagrids

M

mark

im trying to split prints out by using

<STYLE>P { PAGE-BREAK-AFTER: always }</STYLE>
in the <HEAD> </HEAD> section

however its not page breaking like i would like - i want it to page break
after each datagrid (i have 4 on one page - formatted in a table) like :-

<TD><P><asp:datagrid id="DataGrid1" runat="server" Font-Names="Arial"
Visible="False" GridLines="None"
AutoGenerateColumns="False" Width="624px">
<HeaderStyle Font-Bold="True"></HeaderStyle>
<Columns>
<asp:BoundColumn DataField="ID" HeaderText="ID"></asp:BoundColumn>
<asp:BoundColumn DataField="Surname1"
HeaderText="Surname"></asp:BoundColumn>
<asp:BoundColumn DataField="field4" HeaderText="field4"
DataFormatString="{0:dd/MM/yyyy}"></asp:BoundColumn>
<asp:BoundColumn DataField="field5" HeaderText="field5"></asp:BoundColumn>
</Columns>
</asp:datagrid></TD></P>

thanks

mark
 
F

Freddy

Use

<style type="text/css">
<!--
@Div Print { DIV.PAGEBREAK {page-break-before: always}}
-->
</style>

in <HEAD> tags

and

<DIV CLASS="PAGEBREAK"></DIV>

between each datagrid

Hope this helps

Regards,

Freddy
 
M

mark

Freddy said:
Use

<style type="text/css">
<!--
@Div Print { DIV.PAGEBREAK {page-break-before: always}}
-->
</style>

in <HEAD> tags

and

<DIV CLASS="PAGEBREAK"></DIV>

between each datagrid

Hope this helps

Regards,

Freddy
didnt seem to work - just ignores it for some reason

thanks

mark
 
M

mark

Curt_C said:
uh.....ok.....try putting each record in a table, not as a row in a table,
then see if they will page-break right. I'm betting they will.


how would i do that ? - if i put each datagrid in its own table they overlap
each other.

mark
 

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

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top