Hi,
I've an ASP.Net 2.0 Gridview control that I can bind a List<T> too, for a specific field in List<T> like "Old" and "New" I want to place new line characters that will break the text into separate lines e.g.:
Column1=Value1 Column2=Value2
to become:
Column1=Value1
Column2=Value2