DataGrid Operations in C#
I'm new to C# n struggling with the code to add, update, delete in datagrid. :confused:
I've a form that has a datagrid and add, update, delete buttons. I am using SQL server.
How can I perform the operations on button_click event? Can somebody provide me full code to do so?
thanks in advance.

