C# .NET - Adding Buttons and Working on with Datagrid View
Asked By Deven Thakur on 13-Mar-15 09:11 AM
Windows Application
I have created a Datagridview and show the data from the data-table.
Now I want to add two buttons to it i.e. Edit & Save (which will be extra column other than data)
and on Edit Click I want to edit the row on which it is showing the edit button and then click to save it.