views:

54

answers:

2

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

A: 

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 ;)

ApoY2k
A: 

Use a DataAdapter + DataTable.AcceptChanges().

Mau
@mau..wat happens if i do like this...
Ramakrishna