Using DataList, it's not possible to collect data into a <textarea></textarea>
HTML tag. Because Visual Studio automaticly adds table
and so td
and shows data in these HTML tags.
I want to show bunch of "added tags" in a passive-looking <textarea>
. How can I do it? Is it possible to use data piece by piece WITHOUT any pre-constructed HTML tag. I don't want any td
...
How to do that?
Thanks.