Mapping data to database from a button click, button in grid row
I have a grid that is populated dynamically from a database table, each row has a button.
When that button is clicked I want that row information to be inserted into another table.
I have done the mapping and the JS etc but the data is not being inserted into the database.
PLease help
My screenshots are attached