i have following code in a String variable at run-time
<form runat="server">
<asp:textbox runat="server"
ID="a1"
Text="enter text here"
/>
<asp:button runat="server"
Text="enter text here"
/>
<br />
</form>
so how can i run it to at run time on a new page by clicking on some button or so?
earliest help will be highly appreciated.