Inserting text in a particular line of a textbox in .Net
Posted
by mouthpiec
on Stack Overflow
See other posts from Stack Overflow
or by mouthpiec
Published on 2010-06-08T18:01:47Z
Indexed on
2010/06/08
18:12 UTC
Read the original article
Hit count: 199
Hi,
I would like to insert text in a particular line, and replacing the text in the same line.
Eg
This is line 1
This is line 2
This is line 3
Now i would like to replace the text in line 2 to this is new line 2
is this possible?
© Stack Overflow or respective owner