Click here to Skip to main content
15,891,943 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a page where the data is displayed dynamically.
In this data generation, i have multiline text box with many other controls in the page.
I want to implement print functionality where i can print entire page content including multiline text box data.
Posted

Refer to the link Printing in Asp.NET
 
Share this answer
 
Comments
apr1234 3-May-13 8:56am    
It is printing but the data under multiline textbox is not getting displayed...
I want the data under multi line text box.. Is it possible????
you can do it easily....
refer: http://1codex.blogspot.in/2012/01/print-using-javascript-in-aspnet.html[^]
for step by step help
 
Share this answer
 
v2
Comments
Thanks7872 3-May-13 6:33am    
+ed..!!
use the below code in onclick

JavaScript
javascript:window.print()
 
Share this answer
 
Comments
apr1234 4-May-13 8:58am    
It is printing but the data under multiline textbox is not getting displayed...
I want the data under multi line text box.. Is it possible????
apr1234 6-May-13 5:25am    
any update please?
Refer the below link....

http://forums.asp.net/t/1091138.aspx/1[^]
 
Share this answer
 

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