Tagged Questions
1
vote
3answers
767 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 ...