-
2 Attachment(s)
Problem Listview
I want to load these items in the table to a listview control, but not how to do it
Attachment 127395
The problem is that there are two attributes ID exactly the same, in this case the attribute is: troops
http://nsae02.casimages.net/img/2015...2743312980.png
The HTML code for the table is:
HTML Code:
<table id="troops" cellpadding="1" cellspacing="1">
<thead><tr><th colspan="12">Troops</th></tr></thead>
</table>
And the second code of the second attribute: troops
It is of interest because it contains the information of the troops and the name of the troops will be loaded into the listview control
HTML Code:
<table id="troops" cellpadding="1" cellspacing="1">
<thead><tr>
<th colspan="2"><a href="village1.php?vid=119899">Lol</a></th>
</tr></thead><tbody><tr>
<th class="ico"><a href="build.php?id=39"><img class="unit u2" src="assets/x.gif" alt="Praetorian></a></th>
<td class=" num"=""> 31098
</a></th><td class="un">Praetorian</td>
</tr><tr>
<th class="ico"><a href="build.php?id=39"><img class="unit u4" src="assets/x.gif" alt="Equites Legati></a></th>
<td class=" num"=""> 5990
</a></th><td class="un">Equites Legati</td>
</tr><tr>
<th class="ico"><a href="build.php?id=39"><img class="unit u10" src="assets/x.gif" alt="Settler></a></th>
<td class=" num"=""> 3
</a></th><td class="un">Settler</td>
</tr></tbody><thead><tr>
<th colspan="2"><a href="village1.php?vid=148434"></a></th>
</tr></thead><thead><tr>
<th colspan="2"><a href="village1.php?vid=153626"></a></th>
</tr></thead><thead><tr>
<th colspan="2"><a href="village1.php?vid=158808">Void</a></th>
</tr></thead><tbody><tr>
<th class="ico"><a href="build.php?id=39"><img class="unit u1" src="assets/x.gif" alt="Legionnaire></a></th>
<td class=" num"=""> 1
</a></th><td class="un">Legionnaire</td>
</tr><tr>
<th class="ico"><a href="build.php?id=39"><img class="unit u2" src="assets/x.gif" alt="Praetorian></a></th>
<td class=" num"=""> 3719
</a></th><td class="un">Praetorian</td>
</tr><tr>
<th class="ico"><a href="build.php?id=39"><img class="unit u3" src="assets/x.gif" alt="Imperian></a></th>
<td class=" num"=""> 7
</a></th><td class="un">Imperian</td>
</tr><tr>
<th class="ico"><a href="build.php?id=39"><img class="unit u4" src="assets/x.gif" alt="Equites Legati></a></th>
<td class=" num"=""> 11626
</a></th><td class="un">Equites Legati</td>
</tr></tbody></table>