I need some help trying to delete data that has been populated into a datagrid from sql server. I created the sqlDataAdapter, Sql Connection from the toolbox and named the Dataset dsProperty. I set the datagrid properties datasource to dsProperty and it works fine. I now want to delete data by adding an extra button on the datagrid called delete for each row on the grid. In the property builder > columns section, there is an option to create a delete link. I can create the link but do not know how to delete. When I have created the sqlDataAdapter I selected include insert, update, and delete so these were automatically created by the wizard. Any help would be much appreciated on what I need to do next.
regards