Hello every one, am the write text to an existing text file in my c # console application but i noticed the new data is over riding the existing data in the text file. Please help me out. thanks
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajeesh MenothPosted Aug 23, 2015, 8:09 AM
Use stringbuilder..
Try this link :
http://www.c-sharpcorner.com/Blogs/15818/difference-between-string-and-stringbuilder-in-C-Sharp.aspx
Rajeesh MenothPosted Aug 23, 2015, 8:04 AM
Can you explain ? Not clear.. Are you entered one data in textbox at a same time or multiple data?..
Sam KentPosted Aug 23, 2015, 6:33 AM
Rajeesh MenothPosted Aug 23, 2015, 4:55 AM