Problem with DataGrid. [Resolved]
I have a datagrid.
For example, my current cell has a text "good".
How can I retrieve the current cell value?
After I change the current cell's text to let say "bad", it will suppose automatically update the database, right? But it don't.
Why? Or do we need to add code to update the database on every changes?
Another problem is, what is the event for DataGrid which will be executed when we changed the text of a cell?
For example, when we change the current cell's text from "good" to "bad", which event is executed?
Please guide me. Can anyone provide me with code for me to refer easily?
Thank you.