I have a problem and this is how I think I need to solve it:
I have a grid that gets populate one record at a time by the user with a button click. I need to update the database with the contents of the grid.
I think I need to get the data from the grid, populate a variable with the data and then update the data with the variable (string).
Can I get the data into an array and concatenate the cells in the grid to form rows?
I hope this makes sense and that someone can help.
Thanks.
I have a grid that gets populate one record at a time by the user with a button click. I need to update the database with the contents of the grid.
I think I need to get the data from the grid, populate a variable with the data and then update the data with the variable (string).
Can I get the data into an array and concatenate the cells in the grid to form rows?
I hope this makes sense and that someone can help.
Thanks.