Tagged Questions
1
vote
3answers
768 views
IOException on DataGridView writing to text file C#
Good morning all,
I'm having a few problems with a method in my C# code that should enable a DataGridView to be saved to a .txt file.
The code is as below:
private void saveToTxt_Btn_Click(object ...
0
votes
1answer
72 views
Write DB information to a file - good appraoch?
I have a DB and a mapping framework which was written by the company Im working for. So I have a class for each table in the DB and those classes allow to call the DB and get various information in ...
0
votes
3answers
664 views
Read & Update filestream
I have a little utility that does a search of a number of files. I had to create it because both Google & Windows desktop searches were not finding the appropriate lines in files. The searching ...