aspx thread: Adding dynamic html content to a web form?
Is there a way to easily stream dynamic html from the code behind class to a web form? It seems the only way to do this is by using the write function of an Htmltextwriter object in the Render method, but every time I use the Render method it writes ONLY what I place in the method and the rest of my web form is not displayed. Any ideas on how to write out dynamic HTML from the code behind while still displaying standard web form elements?
|





