Posted on: 8/8/2014 12:38:14 PM | Views : 332

Hi all,
I have the following code to write out an undetermined amount of check boxes to a page based on the results from a query:
aspx snippet:
        <div id="warning-form">             <table id="ReportTable" runat="server"  class="ReportTable">                 <tr>                     <td style="width: 124px"></td>                     <td  style="width: 124px">Status</td>                 &nbs ...

Go to the complete details ...