hi
i 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
Thanks in advance
joakim wireenPosted Apr 28, 2009, 1:35 PM
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.