我是通过在前台进行循环来显示数据库的值的,求各位老哥在此方法下我该如何把qty给到这个文本框


<asp:TextBox ID="TextBox1" runat="server" Width="41px" Text="<%=flower[i].f_id%>"></asp:TextBox>
<input type="text" id="TextBox1" name="TextBox1" class="style10083" runat="server" value=""/>
在这里,我让value="<%=flower[i].qty%>",运行之后并不能实现,他没有把<%=flower[i].qty%>当做变量,而是当做的文本框内的字符串
无论是对textbox赋值还是对input type="text"都可以,请各位老哥指点