beaudetious
Programmer
Hey Gang,
I have a table I'm building in an .aspx page that contains 30 rows of
textboxes. Instead of physically writing out this:
<tr>
<td>
<asp:textbox id="Input1" runat="server" />
</td>
</tr>
30 times (of course renaming each id with the cooresponding row number), is
there a way to do this programmatically in the Page_Load event and place the
output in the HTML code somehow?
--
Axe
I have a table I'm building in an .aspx page that contains 30 rows of
textboxes. Instead of physically writing out this:
<tr>
<td>
<asp:textbox id="Input1" runat="server" />
</td>
</tr>
30 times (of course renaming each id with the cooresponding row number), is
there a way to do this programmatically in the Page_Load event and place the
output in the HTML code somehow?
--
Axe