How to dynamically assign ID to a checkbox in a for-each cycle – Asp.net
I have the following code in a ascx : I run a SQL query and I put it in a Datatable. Then I show the values in the page like this <% For each row As DataRow In myDataTable.Rows %>…