.net如何获取一组TextBox的值啊,
<asp:TextBox ID="MainProducts1" runat="server" Height="20px" Width="100px"></asp:TextBox>
<asp:TextBox ID="MainProducts2" runat="server" Height="20px" Width="100px"></asp:TextBox>
<asp:TextBox ID="MainProducts3" runat="server" Height="20px" Width="100px"></asp:TextBox>
<asp:TextBox ID="MainProducts4" runat="server" Height="20px" Width="100px"></asp:TextBox>
<asp:TextBox ID="MainProducts5" runat="server" Height="20px" Width="100px"></asp:TextBox>
<asp:TextBox ID="MainProducts6" runat="server" Height="20px" Width="100px"></asp:TextBox>
<asp:TextBox ID="MainProducts7" runat="server" Height="20px" Width="100px"></asp:TextBox>
<asp:TextBox ID="MainProducts8" runat="server" Height="20px" Width="100px"></asp:TextBox>
怎么样才能获取这此textbox的值,并且存到一个字段里呀?