I have a datagrid on my form which is populated using a datatable. The datatable is populated from a data adapter. What I want to do is be able to detect which record the user has clicked in the datagrid and then subsequently update the appropriate record in the database with a new value.
What is the most easiest and efficient way to do this?
Thanks
PS. This is my first post
What is the most easiest and efficient way to do this?
Thanks
PS. This is my first post