Newline in textarea in DetailsView (asp.net) -
I have just updated one page to use a DetailsView in asp.net. It includes a multi-line text box, which is now in EditItemTemplate of the details view. The problem is that when the data is output (which is stored in the database), I would vbCrLf (a new line content -> VB, carriage return, line feed) & lt; Br / & gt; , But now that it is in the description, it does not exist vbCrLf and instead of being replaced by an HTML break (& lt; br / & gt;) instead of replacement (str, vbCrLf, "& lt ; Br / & gt; ") where there was a line break in the text box, all this shows in one line how do I fix it? Thank you.
Try the environment.
Comments
Post a Comment