Search Results

0
votes

C# : Textbox multiple line and blank line disappear

In Windows forms all carriage returns are preserved in a multiline text box, so the problem likely lies in the way data is retrieved from your database. I've never used PostGres, but I'm guessing t …