Hema
hii have multiline textbox and it has text with paragraphs, when i am trying to print that it is divinding into multiple pages but the problem is when printing paragraph it is taking as single line not printing multiple lines
i am using this sample from ur site
http://www.c-sharpcorner.com/UploadFile/mgold/PrintinginCSharp11302005061400AM/download/PrintExample.zip
Thanks in advance
is it a web form or windows form? Did you apply the multiline paramenter to the textbox?
In web form click on the textmode property and select multiline. Or in windows form change multiline from false to true.