adamdavies
Programmer
i want to select a row in a gridbox and delete that row from the database
example from book doesnt seem to work
Public Sub DeleteRecord(ByVal sender As Object, ByVal e As
DataGridCommandEventArgs)
//what code do i need to delete the row
End Sub
thanks
adam