ASP Net GridView Delete Button
Using C# & Asp.net how can I add a delete button to a grid view then when the delete button is pressed run update a sql server table that would remove that row from the grid? I have the sql statement set-up as it should be, just can't get the right asp/C# syntax to make it happen.