Search results for query: *

  • Users: JJ_98
  • Content: Threads
  • Order by date
  1. J

    Question delete all rows in one click on datagridview

    Hi i want to know what code should i use to command a button to delete all rows in just one click, for now i only know this code Record will be the name of my table on database that is why.. Private Sub delete_all_Click Me.RecordBindingSource.RemoveCurrent() End Sub End Class in that...
Back
Top