Hi,
If anyone is interested this is how I have resolved my problem:
.aspx file
<ItemTemplate>
<tr>
<td><%#Container.DataItem("ImageLink")%></td>
<td><%#Container.DataItem("Name")%></td>
<td><%#Container.DataItem("Description")%></td>
<td class="HideText"><asp:checkbox...
Hi jmeckley,
Many thanks for your guidance on this one
As per your suggestion, I updated the code to the following:
<ItemTemplate>
<tr>
<td><%#Container.DataItem("ImageLink")%></td>
<td><%#Container.DataItem("Name")%></td>
<td><%#Container.DataItem("Description")%></td>...
Hi,
I have a repeater which displays lists of items. For each item, a checkbox is displayed and is named using the prefix of chk and then the product id is appended.
The code is as follows:
<ItemTemplate>
<tr>
<td><%#Container.DataItem("ImageLink")%></td>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.