Dynamic Table CheckBoxes not having a "Checked" true value
- by LuvlyOvipositor
I have been working on a web app using ASP.NET with the code base as C#. I have a dynamic table that resizes based on a return from a SQL query; with a check box added in the third cell of each row. The checkbox is assigned an ID according to an index and the date.
When users hit the submit button, the code is supposed to get a value from each…