Hello All,
I have to add row dynamically through js.
Sometimes some data also comes from database and placed in the row data.
If i add row , i should have database values and the data which i will add through clicking add button.
for example :
if 3 rows data came from database if I click add button , i should get new row in 4th row position and i should send all values(3 database rows value + values i added) to the server side.
i need to keep these values in session also.
Thanks,
vicky
I have to add row dynamically through js.
Sometimes some data also comes from database and placed in the row data.
If i add row , i should have database values and the data which i will add through clicking add button.
for example :
if 3 rows data came from database if I click add button , i should get new row in 4th row position and i should send all values(3 database rows value + values i added) to the server side.
i need to keep these values in session also.
Thanks,
vicky
Comment