In my previous example, I wrote a simple demo on how to generate rows of TextBoxes in ASP Table on every click of the Button and retain the previous values on postbacks. In this article, I’m going to extend a bit of what I have shown in my previous example. Basically, I’m going to add multiple delete functionality in the Table by adding some rows of CheckBoxes. Here are the code blocks below: ASPX SOURCE VIEW: <html xmlns="http://www.w3.org/19... <head runat="server"> <title>Dynamic...