Click here to Skip to main content
15,884,237 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
dear sir/madam
I want to break html page after 10 records are displayed from database.If records are more than 10 then records from 11 must displyed on next page.
HTML
<table style="margin-removed0px;" width="100%" border="1">
			<tr>
				<td width="7%">sr No.
				</td>
				<td width="30%">Goods Name
				</td>
				<td width="15%">Qty
				</td>
				<td width="15%">Weight
				</td>
				<td width="15%">Rate
				</td>
				<td width="18%">Amount
				</td>
			</tr>
<tr>
<td>

</td>
</tr>
</table>
In td display records at run-time from database.
please help me.
Posted
Updated 29-Jul-14 21:36pm
v4

1 solution

Here are some helpful links:

Page breaks in HTML[^]

Using CSS
CSS page-break-after Property[^]
 
Share this answer
 
Comments
Maciej Los 31-Jul-14 6:56am    
+5

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900