Send all data

I have successfully loaded the data into XML (3 records). Upon clicking on the “Insert Into Table” button I would like to insert all the grid data into a table.

This is my code

This is my data_insert.asp code

Response.Write(Request.Form(“ids”))

Let say I updated row 1 and 2 data in the grid, it will shows here “1,2”

It seems like only the updated grid data will shows here. How do I get all the data regardless whether it is updated or not updated? My objective here is to get all the grid data and insert them into a table.

The screenshot of my grid

viewtopic.php?f=2&t=13855&p=41019&hilit=setupdated#p41019