skip to Main Content

Unusable elements inside the (list view ) asp.net

Why can't I use the (input) I put in my (list view) in the C # code field? <asp:ListView ID="ListV" runat="server"> <ItemTemplate runat="server"> <asp:Label ID="Label2" runat="server" Text="Label"></asp:Label> <tr class="text-center"> <td class="product-remove"></td> <td class="image-prod"> <div class=""> <asp:Image ID="Image1" CssClass=" img" ImageUrl='<%#…

VIEW QUESTION
Back To Top
Search