M
Muppet
I have a database backend, VB.Net asp.net project, and I want to write a
memo field to a suitable control on a web form so that it will properly
display the carriage returns.
What control do I use for this?
I know how to do this with a textbox, but I don't want to use a textbox
because I don't want to see the scrollbar.
Basically, I want one big "area" that sizes to fit the text that is used.
So if I have a memo field with 5000 characters, the web page should be
longer than one with 1000 chars.
Do I use a table with one cell and a 0 pt border? How do I do this? I see
this all the time on websites so there must be something simple I am
missing.
Thanks for any pointers. New to asp.net but managed to get a basic site up
and running with some good advice on the newsgroups.
memo field to a suitable control on a web form so that it will properly
display the carriage returns.
What control do I use for this?
I know how to do this with a textbox, but I don't want to use a textbox
because I don't want to see the scrollbar.
Basically, I want one big "area" that sizes to fit the text that is used.
So if I have a memo field with 5000 characters, the web page should be
longer than one with 1000 chars.
Do I use a table with one cell and a 0 pt border? How do I do this? I see
this all the time on websites so there must be something simple I am
missing.
Thanks for any pointers. New to asp.net but managed to get a basic site up
and running with some good advice on the newsgroups.