Hi Expert:
I have a field with three lines in the database like:
test1
test2
test3
When using the code below:
<%# DataBinder.Eval(Container.DataItem, "material") %>
The data will be retrived in one line like this:
test1 test2 test3
How to code the breaks of the filed? Appreciate it !
...
Go to the complete details ...