Hello all,
I have a text area in application where users typing a email format for Govt. grievance detail.
Like
Dear Sir,
Dated ...
Some detail
Regards ..
I have column to store this as nvarchar(4000)
i can see a format saved in application Silverlight grid but data stored in table
as Simple text in single line ..
now i want to used it for report to display in same manner they had entered ..
i cant make new line as it find spaces no fixed format
please tell me how to do this...
Dilip Patil..