I am making a column in my table as History
which needs to store data like below:
28/05/2013: Service_Id = 1, Mapping_Id = 3, Comment = abcxyz
29/05/2013: Service_Id = 1, Mapping_Id = 3, Comment = changeddata
Now I don't know how to make data look like this that is with line break in c# code so that it is stored in sql server and when I retrieve data it should look like above only.