Hi, I am able to bind the result of query to datagridview. i.e., SELECT * FROM employee where empid=@empid to datagridview in winform.
I need is a code that enables me to update the result of this query on the datagridview
& the update to be showed on employee table in my database using c#.
Thank you