Want to add Row after Row on button click to an existing html page which has runat server. I have 7 rows. When I add 8th Row, it is displayed. But, when I add 9th row, the 8th row is over-written. The page is an aspx page. C# code behind is used.
Thanks.
Bhushan GawalePosted Jan 22, 2015, 6:50 AM
How to: Add Rows and Cells Dynamically to a Table Web Server Control
https://msdn.microsoft.com/en-us/library/7bewx260(v=vs.140).aspx
How to dynamically add rows to a table in ASP.NET
http://stackoverflow.com/questions/3789240/how-to-dynamically-add-rows-to-a-table-in-asp-net