Tagged Questions

1
vote
1answer
732 views

How do I insert text into textbox from line in file in multiple textboxes?

I am trying to do something but I haven't found anything on google since I don't know how to word it to get the right results. I have a Form with 9 TextBox controls, and a PlainText file with 9 lines ...
0
votes
2answers
363 views

How to delete the content from text file while deleting from datagridview

I am having a datagridview where the content of that datagridview will be from my sample text file. When i click on load i will have the data from sample.txt and that data in that text file is shown ...