I click two of three entries of the listview entries but I get no hits. What am I doing wrong? Below is the markup code.
<ItemTemplate>
<tr id="row" runat="server" style="color: #333333; ">
<td>
<asp:checkbox ID="chk1" runat="server" />
</td>
<td>
<asp:label ID="ddesc" runat="server" text='<%# Eval("ddesc")%>' />
</td>
Below is my VB code. Why I get no hits no matter how many entries I click?
Pr ...
Go to the complete details ...