Torna al Thread
<div class="DIV_ECOMERCE"><asp:DropDownList ID="DropDownList1" runat="server" ></asp:DropDownList> <input type="text" value="0" style="width: 39px" name="testo_<%#DataBinder.Eval(Container.DataItem, "codice")%>" />
<asp:Button ID="MyButton" CommandName="ACQUISTA" style="background-color:transparent;" runat="server"
Text="ACQUISTA" Font-Bold="True"
Font-Names="Courier New" Font-Size="16px" ForeColor="#990000"
BorderStyle="None"
CommandArgument=<%#DataBinder.Eval(Container.DataItem, "codice") %> /></div>