firas shaar

firas shaar

  • NA
  • 15
  • 17k

how to insert many rows in datagridview

Aug 26 2014 6:26 AM
I have two tables
first is called employees table and the other one is worktimes table
employee_id column is primary key in employees table and foreign key in worktimes table
when button_click event
everyday I want to insert all employees names cloumn in employees table
to worktimes table programtically in datagridview
I have 80 employee name

Answers (4)