remove the linebreaks from a multiline textbox

Jak
Jak
Member
858 Points
132 Posts

Hi,

remove the linebreaks from a multiline textbox

Views: 9449
Total Answered: 1
Total Marked As Answer: 0
Posted On: 16-Mar-2015 14:00

Share:   fb twitter linkedin
Answers
NiceOne Team
NiceOne...
Editor
1382 Points
14 Posts
         

Hi, Rahul

Try this:

 

txtTextBox.Text.Replace(Environment.NewLine, "")
Posted On: 16-Mar-2015 14:04
 Log In to Chat