如何在*.aspx中的table加一行,其中这行中要有TextBox和Label???

来源:百度知道 编辑:UC知道 时间:2024/05/17 10:52:43
我要的是运行时,动态添加!
我添加上去后取不出值来!!!

<table>
<tr>
<td><asp:TextBox ID="?" runat="server" Width="125px"></asp:TextBox></td>
<td><asp:Label ID="??" runat="server" text=""
Width="125px"></asp:Label></td>
</tr>
</table>

这还不简单吗?
放一个 TABLE的 HTML控件 然后在放TextBox和Label 就完事了啊

一楼写的不错