Microsoft
Software
Hardware
Network
Question : How to split the string using "\n" in C#
I have a string like this
string str = "abc" + "\n" + "XYZ";
I am printing the string using
Response.write(str);
But I want to display string like this on the browser
--------------------------
----------
----------
----------
--------
abc
XYZ
"\n" is not display characters in the newline.
Answer : How to split the string using "\n" in C#
Here is the same question answered on EE but in reverse:
http://www.experts-exchang
e.com/Secu
rity/Softw
are_Firewa
lls/
Enterp
rise_Firew
alls/Cisco
_PIX_Firew
all/Q_2387
7617.html
Random Solutions
SAS 9.1 - Excel Import
Adobe InDesign CS4 Application Error
DCOM was unable to communicate with the computer "Name" using any of the configured protocols.
MAC Mail with Exchange 2007 Attachment Issue
Padding Number
I have an Exchange 2003 on a SBS2003 and I need it to handle 2 or more email domains
Can't connect to local MySQL server through socket
Network issues loading company web-site
Excel Username Macro
GROUP BY Case Statements