my table has already 5 rows...after pressing addow, rows are added dynamically to another table... i need to save the data of all the rows(5+newly added) in the database...
how can i achieve this...
please suggest me
my table has already 5 rows...after pressing addow, rows are added dynamically to another table... i need to save the data of all the rows(5+newly added) in the database...
how can i achieve this...
please suggest me
You create a new variable that stores the current amount of tables and then increase it in the same action when a new table is created... shouldn't be too hard ;)