Hi, I'm trying to get all the HTML written inside a placeholder control in an .aspx then, then duplicate it x number of times. E.g., this is my example placeholder below, I want to grab everything inside this control, maybe monkey around with it, then duplicate it a few times. Possible?
<asp
laceHolder ID="plcTemplate" Runat="server">
<TABLE cellSpacing="1" cellPadding="1" width="165" border="1">
<TR vAlign="top" align="left">
<TD>Make / Model
</TD>
</TR>
<TR vAlign="top" align="left">
<TD>Category<BR>
Descripion
</TD>
</TR>
</TABLE>
</asp
laceHolder>
<asp
<TABLE cellSpacing="1" cellPadding="1" width="165" border="1">
<TR vAlign="top" align="left">
<TD>Make / Model
</TD>
</TR>
<TR vAlign="top" align="left">
<TD>Category<BR>
Descripion
</TD>
</TR>
</TABLE>
</asp