J
John
What is the correct vb code to find the separator row in itemdatabound
event, this does not find it?
Dim rowSep As HtmlTableRow = e.Item.FindControl("NonBill")
<ItemSeparatorTemplate>
<tr id="NonBill" runat="server">
</tr>
</ItemSeparatorTemplate>
Thanks
John
event, this does not find it?
Dim rowSep As HtmlTableRow = e.Item.FindControl("NonBill")
<ItemSeparatorTemplate>
<tr id="NonBill" runat="server">
</tr>
</ItemSeparatorTemplate>
Thanks
John