Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Dear All,

i have asp.net form which is used for printing Purpose. This form is generate in HTML Table Format. This table contains more than 40 columns. I need to add Page for after 20th column which will be similar to page break to column in EXCEL. Real time example.
i.e i have Attendance Entry for 'n' number of employee in following format.

Name Address PAN No 01 02 03 04 05...........31 Basic Salary etc.
EMP001 ----- ---- P P P P P............P 1400 ........
-
-
-
-
-
-
-
EMP100


i need to break the page after 20th column, please give some ideas to solve this issue.
Posted

1 solution

Maybe it could be accomplished with help CSS property named page-break-after[^]
 
Share this answer
 
Comments
satyanarayana p.j 19-Dec-12 4:45am    
I have checked with this one. it will work for Row Page break and for Column page break.

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