Hi,
I've got a page that is used for printing purposes and has been formatted in a specific way. The page, on load, uses a datareader to get data from a back end db and populates the page. I've used labels and panels to account for the fact that the data will be of variable sizes. It all works fine except when the data is from a memo field and it has multiline info. Labels cannot display multiple lines so the data is all concatenated which is not what my users want.
I can't use panels, because you can't set panel text programatically and text boxes don't look right, and I'm not sure if it's possible to get them to stretch to the correct size to display all the text.
Has anyone any ideas on how best to achieve displaying multiline text?
Thanks
Julia
I've got a page that is used for printing purposes and has been formatted in a specific way. The page, on load, uses a datareader to get data from a back end db and populates the page. I've used labels and panels to account for the fact that the data will be of variable sizes. It all works fine except when the data is from a memo field and it has multiline info. Labels cannot display multiple lines so the data is all concatenated which is not what my users want.
I can't use panels, because you can't set panel text programatically and text boxes don't look right, and I'm not sure if it's possible to get them to stretch to the correct size to display all the text.
Has anyone any ideas on how best to achieve displaying multiline text?
Thanks
Julia