Hey,
I have an ASP:Table that is generated dynamically. I add 10 rows, then I want to have a button, each time pressed will add 5 more rows, while maintaining the data already in the table.
I have had no luck, my table survives postbacks on its own, but as soon as I try to add a new row (I...