<asp:Repeater>
<ItemTemplate>
<tr>
<td>
<asp:TextBox ID="TextBox1" cell="TextBoxCell" runat="server"></asp:TextBox>
</td>
</tr>
</ItemTemplate>
</asp:Repeater>
C# 后台 如何直接通过TextBox 的 cell 属性 获取 TextBox 控件的集合(取值用), 急
cell是自定义的属性?咋没用过
是自定义属性 要取这组控件的text
@爱笑太郎: 那你得自定义控件之后,才能通过后台代码遍历控件获取到。还有一种就是不用后台代码,通过html获取