Hi,
I have textboxes dynamically filled with text. If there is too much text, the textbox runs over the page, as in the attachment. Is there an easy way to put this content in another textbox on the next page?
I’ve tried using tables instead, and the textboxes are actually nested in another table. But I can’t get it to be formatted like a textbox. I’ve also tried manually counting the characters in the textbox, and creating a new one when it’s over a certain number. This works, but doesn’t handle newlines, or if the textbox starts further down the page.
row.RowFormat.AllowBreakAcrossPages = true;
but for textboxes. But I’m happy with any help.
Cheers,