DOTNET Interview Question
Pages
Asp.net tech
Projects
ASP.NET
Oracle Tech
JavaScript
SQL Server
HR
To get output in multiple line from a TextBox with TextMode property as Multiline in asp.net using C#
string MailBody = txtMailBody
.
Text
.
Replace
(
Environment
.
NewLine
,
"<br />"
);
Newer Post
Older Post
Home