Hello iam trying to write information about customer from textboxes to a file.txt. when iam clicking save button, stream is opened, then i used method writeline(txtboxevalues) but no information are written to the txt file any help in that?? THanks..
+5
A:
You need to close your file/stream at the end of your manipulations to commit the changes.
Soufiane Hassou
2010-04-14 17:33:42