I have an asp table with 5 rows and a button that, when clicked by the user, adds an additional row to the table. The row contains 5 cells for the user to input information into.
When the text changes in the 3rd cell, its supposed to calculate the sum of the 2nd and 3rd cell BUT as soon as you click out of the 3rd cell, the entire row is deleted. I know this is because the row is created dynamically and erased on the page post back, but does anyone have a simple solution for how to recreate the row and information entered by the user/keep the row from being removed ?