Hello guys,
My question is not very direct and clear but i'll try to explain it nicely.
I have a database running on MySQL with 1 important table which i need to use. Then I put this table into my C# application (I'm using Microsoft Visual Studio 2010). The only component I can see is the DataGridView which I use for getting the table from the database. Is there another way of retrieving data from the table and displaying it?
The other more important thing is that I want to make the table "editable" so each column is acting like a textbox and the user is able to click on each cell and edit the text.
I'm really out of ideas how to do this.
Hopefully I explain it clearly and understandable.
Thanks in advance.
Pepys