Click here to Skip to main content
15,886,069 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have one text box with MultiLine Mod in report.aspx page,
but when print this page ,does not display whole contain of MultiLine textbox.
for print i used following code.
href="javascript: print(); in tag


C#
<div id="printDiv" style="width: 100%; background-color: #e6e6e6; text-align: right;
        font-weight: bold; display: none;">
        [<a href="javascript: print();" title="Print this FFCF">print</a></div>

How can it possible in print page.
Posted
Updated 13-Jun-12 0:13am
v4

1 solution

Someone of the solutions described here[^] might help you out. Note that these are all workarounds to the original problem.
 
Share this answer
 
Comments
Espen Harlinn 15-Jun-12 3:14am    
5'ed!
Abhinav S 15-Jun-12 3:39am    
Thanks Espen.

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