How can I add datas in new line each time I enter values
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hai I have a mulit line textbox on each time I enter data into it from another text box it should enter data in a new line in the mulitiline textbox
Thanks & Regards
-
Hai I have a mulit line textbox on each time I enter data into it from another text box it should enter data in a new line in the mulitiline textbox
Thanks & Regards
If the length of the string in the multiline textbox is greater than 0, append the Environment.NewLine and the value from the other textbox.
Deja View - the feeling that you've seen this post before.