Question:

How do I do this in C#?

by  |  earlier

0 LIKES UnLike

If i have a textbox and wanted to save the the information from the text box to a txt file in the debug folder,how would i do that?

can I append the text from the textboxes to a string and save the string as a txt file?If so,how?

If not,what is another way of doing it?

 Tags:

   Report

1 ANSWERS


  1. u can use streamWriter class to write into a file!

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.