when i fill a field by a text which contains "new line" (carriage return) like
1-a
2-b
3-c
but when i try to fetch that field into a label what i see ,is that
1-a2-b3-c
in asp, when i fetch the field , i just replace the carriage return with "<br>" and then displayed the new value of field, so i could always see the right value, but isn't there any solutin for that in .net/C#?
1-a
2-b
3-c
but when i try to fetch that field into a label what i see ,is that
1-a2-b3-c
in asp, when i fetch the field , i just replace the carriage return with "<br>" and then displayed the new value of field, so i could always see the right value, but isn't there any solutin for that in .net/C#?