blah blah blah is here! blah blah » Close

0
votes
1 answers

Removing carriage return and displaying in textbox

I have a text box that displays value from a set of variables. It displays values with a carriage return in only one text box. How do we remove the carriage return and display the values in their respective text boxes. The values are ...

1
votes
1 answers

WebClient - Stripping CR

eeboy
499

I am using WebClient to download simple xml files from a server. During the process it's stripping out the carriage returns from the file. It doesn't affect the usability but it does affect the readability. Can I force it to treat the downl ...

Feedback