Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Adding dynamic html content to a web form?


Message #1 by "Chris Millar" <chris_m_millar@h...> on Thu, 24 Jan 2002 23:42:28
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?

  Return to Index