I've been using VS 2005 and VS 2008, and never asked this question, but now I'm having a hard time using controls in VS 2003. A dataGridView does not exist, and I'm forced to use DataGrid control to show some data. The problem is, that I want to edit some of the values displayed by this control, and to reflect those changes in database, and I'm not findin a way to achieve this. Already "googled", no relevant results found, so please give me some little help. I'm coding in C#.
Thanks to everybody in advance.