Hi,
I have a web form and I want to dynamicaly generate the following at run time:
<Table><TR> ect
<PRE>
text text
text text
</PRE>
</Table> ect
I think I need to use a PlaceHolder control, but I don't know how to add the above HTML tags and text. Any help (and code snippets) appriciated.
Thanks
I have a web form and I want to dynamicaly generate the following at run time:
<Table><TR> ect
<PRE>
text text
text text
</PRE>
</Table> ect
I think I need to use a PlaceHolder control, but I don't know how to add the above HTML tags and text. Any help (and code snippets) appriciated.
Thanks