Click here to Skip to main content
15,901,373 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi All,

I want to print Quiz result for Every Employee.

I have Data List and Repeater inside datalist.

I want to print every employee quiz result. New employee result should be start with new page in print.

I have added
HTML
<SeparatorTemplate>
        <p style='PAGE-BREAK-AFTER:always;'>&nbsp;</p>
</SeparatorTemplate>

but it causes last question (inside repeater) of every item to be print at bottom of the page except last employee.

please help me.

Regards,
Posted
Updated 9-Apr-12 2:41am
v2

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