T
Tony Johansson
Hello!
I have dragged a DataGridView control into a form.
I have clicked on the small square on the DataGridView where I have added
three
columns with type DataGridViewTextBoxColumn
When I run the application I can write text in the three cells in the
DataGridView.
So far so good.
When I have written new text in these three cells I click on a button
called Add Product and in this
event handler I want to read the text from these three cells because this
text should be stored in a ordinary textfile.
So can anybody give me a hint how I get the text that has been recently
added to the DataGridView.
//Tony
I have dragged a DataGridView control into a form.
I have clicked on the small square on the DataGridView where I have added
three
columns with type DataGridViewTextBoxColumn
When I run the application I can write text in the three cells in the
DataGridView.
So far so good.
When I have written new text in these three cells I click on a button
called Add Product and in this
event handler I want to read the text from these three cells because this
text should be stored in a ordinary textfile.
So can anybody give me a hint how I get the text that has been recently
added to the DataGridView.
//Tony