A
ad
I have a field of varchar(20), the content of it may be "Dog,Lion,Phoenix"
When it the field display in a cell of DataGrid, it will display in a line,
I want to break line at each comma, so I change the content of the filed to
"Dog<br>Lion<br>,Phoenix" ,
But it still display in a line.
How can I break line in a string field?
When it the field display in a cell of DataGrid, it will display in a line,
I want to break line at each comma, so I change the content of the filed to
"Dog<br>Lion<br>,Phoenix" ,
But it still display in a line.
How can I break line in a string field?