Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dynamic Table & Web Control Output

Status
Not open for further replies.

beaudetious

Programmer
Aug 22, 2002
6
US
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=&quot;Input1&quot; runat=&quot;server&quot; />
</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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top