I have a requirement to display a somewhat large amount of text, read only to the user. It can be up to a maximum of 500 characters, which isn’t excessive, but it’s still a lot. Since it’s read only I was thinking of a label a versus text area box, if it can handle that much. Is there a better way to do this than I’m not aware of?
Thanks,
James
I have a requirement to display a somewhat large amount of text, read only
Share
Either a
Labelor aTextBoxwill definitely be able to handle 500 characters.Think of all the blog posts, Wikipedia articles, Stack Overflow questions, longer than that that have been written. They were all composed in a text box and displayed in a div. You’ll be fine.